@Deprecated public class MetaAnnotationTypeFilter extends Object implements AnnotationFilter
Modifier and Type | Field and Description |
---|---|
protected Log |
logger
Deprecated.
logger used by this class
|
Constructor and Description |
---|
MetaAnnotationTypeFilter(Class<? extends Annotation> annotation)
Deprecated.
Creates an Meta Annotation Filter that look for Meta annotation on an annotation class.
|
MetaAnnotationTypeFilter(Class<? extends Annotation> annotation,
ClassLoader classLoader)
Deprecated.
Creates an Meta Annotation Filter that look for Meta annotation on an
annotation class
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(AnnotationInfo info)
Deprecated.
Should the annotation represented by an
AnnotationInfo object be
accepted |
URL |
getClassURL(String className)
Deprecated.
|
protected final transient Log logger
public MetaAnnotationTypeFilter(Class<? extends Annotation> annotation, ClassLoader classLoader)
annotation
- the annotation class to readpublic MetaAnnotationTypeFilter(Class<? extends Annotation> annotation)
annotation
- the annotation class to readpublic boolean accept(AnnotationInfo info)
AnnotationFilter
AnnotationInfo
object be
acceptedaccept
in interface AnnotationFilter
info
- the annotation information to select onCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.