程序包 infra.aop.support.annotation
package infra.aop.support.annotation
-
类说明Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
ClassFilterthat delegates toAnnotationUtils.isCandidateClass(java.lang.Class<?>, java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>>)for filtering classes whose methods are not worth searching to begin with.Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).