org.infinispan.cdi.interceptor.literal
Class CacheRemoveAllLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.cache.interceptor.CacheRemoveAll>
org.infinispan.cdi.interceptor.literal.CacheRemoveAllLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.cache.interceptor.CacheRemoveAll
public class CacheRemoveAllLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.cache.interceptor.CacheRemoveAll>
- implements javax.cache.interceptor.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()
cacheResolver
public Class<? extends javax.cache.interceptor.CacheResolver> cacheResolver()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.