public abstract class AnnotationFilter<T extends Annotation> extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
annotation |
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationFilter(Class<T> annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignore(Method method) |
abstract boolean |
ignore(T annotation) |
protected boolean |
isApplicable(AnnotatedElement element) |
boolean |
isApplicable(Method method) |
protected final Class<T extends Annotation> annotation
public final boolean isApplicable(Method method)
isApplicable in interface Filterpublic abstract boolean ignore(T annotation)
protected boolean isApplicable(AnnotatedElement element)
Copyright © 2014. All rights reserved.