public class RootClassFilter extends Object implements ClassFilter, Serializable
TRUE| Constructor and Description |
|---|
RootClassFilter(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Class candidate)
Should the pointcut apply to the given interface or target class?
|
public RootClassFilter(Class clazz)
public boolean matches(Class candidate)
ClassFiltermatches in interface ClassFiltercandidate - the candidate target class