public interface ClassFilter
Can be used as part of a Pointcut or for the entire
targeting of an IntroductionAdvisor.
Pointcut,
MethodMatcher| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
TRUE
Canonical instance of a ClassFilter that matches all classes.
|
static final ClassFilter TRUE
boolean matches(Class<?> clazz)
clazz - the candidate target class