@Deprecated public class AnnotationTypeFilter extends Object implements AnnotationFilter
| Constructor and Description |
|---|
AnnotationTypeFilter(Class<? extends Annotation> annotation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(AnnotationInfo info)
Deprecated.
Should the annotation represented by an
AnnotationInfo object be
accepted |
public AnnotationTypeFilter(Class<? extends Annotation> annotation)
public boolean accept(AnnotationInfo info)
AnnotationFilterAnnotationInfo object be
acceptedaccept in interface AnnotationFilterinfo - the annotation information to select onCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.