Class AnnotationClassFilter

java.lang.Object
org.springframework.aop.support.annotation.AnnotationClassFilter
All Implemented Interfaces:
ClassFilter

public class AnnotationClassFilter extends Object implements ClassFilter
Simple ClassFilter that looks for a specific annotation being present on a class.
Since:
2.0
Author:
Juergen Hoeller
See Also: