org.infinispan.cdi.interceptor.literal
Class CacheRemoveAllLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheRemoveAll>
org.infinispan.cdi.interceptor.literal.CacheRemoveAllLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.cache.annotation.CacheRemoveAll
public class CacheRemoveAllLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheRemoveAll>
- implements javax.cache.annotation.CacheRemoveAll
- Author:
- Kevin Pollet (C) 2011 SERLI
- See Also:
- Serialized Form
Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
INSTANCE
public static final CacheRemoveAllLiteral INSTANCE
cacheName
public String cacheName()
afterInvocation
public boolean afterInvocation()
cacheResolverFactory
public Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.