public class RootClassFilter extends java.lang.Object implements ClassFilter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?> |
clazz |
TRUE
Constructor and Description |
---|
RootClassFilter(java.lang.Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.Class<?> candidate)
Should the pointcut apply to the given interface or target class?
|
public boolean matches(java.lang.Class<?> candidate)
ClassFilter
matches
in interface ClassFilter
candidate
- the candidate target class