public static class SequenceMatchRules.AnnotationMatchedFilter extends Object implements java.util.function.Predicate<MatchedExpression>, Serializable
| Constructor and Description |
|---|
AnnotationMatchedFilter(MatchedExpression.SingleAnnotationExtractor extractor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(MatchedExpression me) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic AnnotationMatchedFilter(MatchedExpression.SingleAnnotationExtractor extractor)
public boolean test(MatchedExpression me)
test in interface java.util.function.Predicate<MatchedExpression>