| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassFilter
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
Can be used as part of a Pointcut or for the entire
 targeting of an IntroductionAdvisor.
Pointcut, 
MethodMatcher| Field Summary | |
|---|---|
| static ClassFilter | TRUECanonical instance of a ClassFilter that matches all classes. | 
| Method Summary | |
|---|---|
|  boolean | matches(Class clazz)Should the pointcut apply to the given interface or target class? | 
| Field Detail | 
|---|
static final ClassFilter TRUE
| Method Detail | 
|---|
boolean matches(Class clazz)
clazz - the candidate target class
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||