static class InheritAnnotationsManager.RemoveFilter extends Object implements Filter<AnnotationSnapshot>
Modifier and Type | Field and Description |
---|---|
private Set<Integer> |
annotationTypesToRemove |
Constructor and Description |
---|
InheritAnnotationsManager.RemoveFilter() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(InheritSpecification spec) |
boolean |
evaluate(AnnotationSnapshot snapshot)
Evaluate if the given object should pass the filter or not.
|
public boolean evaluate(AnnotationSnapshot snapshot)
Filter
evaluate
in interface Filter<AnnotationSnapshot>
snapshot
- The object to evaluatevoid add(InheritSpecification spec)