Class RootClassFilter
java.lang.Object
org.springframework.aop.support.RootClassFilter
- All Implemented Interfaces:
Serializable, ClassFilter
Simple ClassFilter implementation that passes classes (and optionally subclasses).
- Author:
- Rod Johnson, Sam Brannen
- See Also:
-
Field Summary
Fields inherited from interface ClassFilter
TRUE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RootClassFilter
-
-
Method Details
-
matches
Description copied from interface:ClassFilterShould the pointcut apply to the given interface or target class?- Specified by:
matchesin interfaceClassFilter- Parameters:
candidate- the candidate target class- Returns:
- whether the advice should apply to the given target class
-
equals
-
hashCode
-
toString
-