static class InheritAnnotationsManager.UsableParentFilter extends Object implements Filter<Annotatable>
Constructor and Description |
---|
UsableParentFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Annotatable a)
Evaluate if the given object should pass the filter or not.
|
public boolean evaluate(Annotatable a)
Filter
evaluate
in interface Filter<Annotatable>
a
- The object to evaluate