@Deprecated public class MetaAnnotationTypeFilter extends Object implements AnnotationFilter
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.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 org.apache.commons.logging.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)
AnnotationFilterAnnotationInfo object be
acceptedaccept in interface AnnotationFilterinfo - the annotation information to select onCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.