org.infinispan.cdi.interceptor.literal
Class CacheRemoveEntryLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.cache.interceptor.CacheRemoveEntry>
      extended by org.infinispan.cdi.interceptor.literal.CacheRemoveEntryLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.cache.interceptor.CacheRemoveEntry

public class CacheRemoveEntryLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.cache.interceptor.CacheRemoveEntry>
implements javax.cache.interceptor.CacheRemoveEntry

Author:
Kevin Pollet (C) 2011 SERLI
See Also:
Serialized Form

Field Summary
static CacheRemoveEntryLiteral INSTANCE
           
 
Method Summary
 boolean afterInvocation()
           
 Class<? extends javax.cache.interceptor.CacheKeyGenerator> cacheKeyGenerator()
           
 String cacheName()
           
 Class<? extends javax.cache.interceptor.CacheResolver> cacheResolver()
           
 
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 CacheRemoveEntryLiteral INSTANCE
Method Detail

cacheName

public String cacheName()

afterInvocation

public boolean afterInvocation()

cacheResolver

public Class<? extends javax.cache.interceptor.CacheResolver> cacheResolver()

cacheKeyGenerator

public Class<? extends javax.cache.interceptor.CacheKeyGenerator> cacheKeyGenerator()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.