| org.kuali.core.util.spring.ClassOrMethodAnnotationMatcher
ClassOrMethodAnnotationMatcher | public class ClassOrMethodAnnotationMatcher extends StaticMethodMatcher (Code) | | Matches if the specified annotation is present on the targetClass or if it is present on the most specific method on the target
class corresponding to the method specified, as defined by AopUtils.
|
ClassOrMethodAnnotationMatcher | public ClassOrMethodAnnotationMatcher(Class<? extends Annotation> annotationType)(Code) | | |
matches | public boolean matches(Method method, Class targetClass)(Code) | | See Also: org.springframework.aop.MethodMatcher.matches(java.lang.reflect.Methodjava.lang.Class) |
|
|