Uses of Interface
com.googlecode.ehcache.annotations.TriggersRemoveAttribute

Packages that use TriggersRemoveAttribute
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.impl   
 

Uses of TriggersRemoveAttribute in com.googlecode.ehcache.annotations
 

Methods in com.googlecode.ehcache.annotations that return TriggersRemoveAttribute
 TriggersRemoveAttribute CacheAttributeSource.getTriggersRemoveAttribute(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
          Gets the runtime triggers-remove information for a method.
 

Uses of TriggersRemoveAttribute in com.googlecode.ehcache.annotations.impl
 

Methods in com.googlecode.ehcache.annotations.impl that return TriggersRemoveAttribute
 TriggersRemoveAttribute CacheAttributeSourceImpl.getTriggersRemoveAttribute(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
           
protected  TriggersRemoveAttribute CacheAttributeSourceImpl.parseTriggersRemoveAnnotation(TriggersRemove ann, java.lang.reflect.Method method, ParameterMask parameterMask)
          Construct a TriggersRemoveAttribute from a TriggersRemove annotation.
 



Copyright © 2011. All Rights Reserved.