Uses of Class
com.googlecode.ehcache.annotations.AdviceType

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

Uses of AdviceType in com.googlecode.ehcache.annotations
 

Methods in com.googlecode.ehcache.annotations that return AdviceType
 AdviceType MethodAttribute.getAdviceType()
           
 AdviceType CacheAttributeSource.getAdviceType(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
          Determines if the method has should be cached or involved with cache entry removal.
static AdviceType AdviceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdviceType[] AdviceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.googlecode.ehcache.annotations.impl that return AdviceType
 AdviceType CacheAttributeSourceImpl.getAdviceType(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
           
 



Copyright © 2011. All Rights Reserved.