public class RootClassFilter extends Object implements ClassFilter, Serializable
TRUE
Constructor and Description |
---|
RootClassFilter(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
matches(Class<?> candidate)
Should the pointcut apply to the given interface or target class?
|
String |
toString() |
public RootClassFilter(Class<?> clazz)
public boolean matches(Class<?> candidate)
ClassFilter
matches
in interface ClassFilter
candidate
- the candidate target class