org.infinispan.cdi
Class InfinispanAnnotationProvider
java.lang.Object
org.infinispan.cdi.InfinispanAnnotationProvider
- All Implemented Interfaces:
- javax.cache.spi.AnnotationProvider
public class InfinispanAnnotationProvider
- extends Object
- implements javax.cache.spi.AnnotationProvider
JCache AnnotationProvider
implementation. This implementation is used to say that we support the annotations
part of JCache specification.
- Author:
- Kevin Pollet (C) 2011 SERLI
Method Summary |
boolean |
isSupported(javax.cache.OptionalFeature optionalFeature)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfinispanAnnotationProvider
public InfinispanAnnotationProvider()
isSupported
public boolean isSupported(javax.cache.OptionalFeature optionalFeature)
- Specified by:
isSupported
in interface javax.cache.spi.AnnotationProvider
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.