| |
|
| java.lang.Object org.kuali.core.util.spring.ClassOrMethodAnnotationPointcut
ClassOrMethodAnnotationPointcut | public class ClassOrMethodAnnotationPointcut implements Pointcut(Code) | | Wrapper for ClassOrMethodAnnotationFilter and ClassOrMethodAnnotationMatcher that are based on the anotation type specified
during construction.
|
ClassOrMethodAnnotationPointcut | public ClassOrMethodAnnotationPointcut(Class<? extends Annotation> annotationType)(Code) | | |
getClassFilter | public ClassFilter getClassFilter()(Code) | | See Also: org.springframework.aop.Pointcut.getClassFilter |
getMethodMatcher | public MethodMatcher getMethodMatcher()(Code) | | See Also: org.springframework.aop.Pointcut.getMethodMatcher |
|
|
|