|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.util.scan.annotations.AnnotationTypeFilter
public class AnnotationTypeFilter
Simply filters for annotations that match the annotation class
Constructor Summary | |
---|---|
AnnotationTypeFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
|
Method Summary | |
---|---|
boolean |
accept(AnnotationInfo info)
Should the annotation represented by an AnnotationInfo object be
accepted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationTypeFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Method Detail |
---|
public boolean accept(AnnotationInfo info)
AnnotationFilter
AnnotationInfo
object be
accepted
accept
in interface AnnotationFilter
info
- the annotation information to select on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |