org.infinispan.cdi.interceptor.literal
Class CacheResultLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
      extended by 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

Field Summary
static CacheResultLiteral INSTANCE
           
 
Method Summary
 Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator()
           
 String cacheName()
           
 Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
           
 boolean skipGet()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

INSTANCE

public static final CacheResultLiteral INSTANCE
Method Detail

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.