org.infinispan.cdi.interceptor.literal
Class CacheRemoveAllLiteral

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

Field Summary
static CacheRemoveAllLiteral INSTANCE
           
 
Method Summary
 boolean afterInvocation()
           
 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 CacheRemoveAllLiteral INSTANCE
Method Detail

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.