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)
ClassFilter
matches
in interface ClassFilter
candidate
- the candidate target class