org.infinispan.cdi.interceptor.literal
Class CacheRemoveEntryLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheRemoveEntry>
org.infinispan.cdi.interceptor.literal.CacheRemoveEntryLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.cache.annotation.CacheRemoveEntry
public class CacheRemoveEntryLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheRemoveEntry>
- implements javax.cache.annotation.CacheRemoveEntry
- 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 CacheRemoveEntryLiteral INSTANCE
cacheName
public String cacheName()
afterInvocation
public boolean afterInvocation()
cacheResolverFactory
public Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
cacheKeyGenerator
public Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.