org.infinispan.cdi.interceptor.literal
Class CacheResultLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
org.infinispan.cdi.interceptor.literal.CacheResultLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.cache.annotation.CacheResult
public class CacheResultLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
- implements javax.cache.annotation.CacheResult
- 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 CacheResultLiteral INSTANCE
cacheName
public String cacheName()
skipGet
public boolean skipGet()
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.