T - is the type of annotation that is expected.public abstract static class Type.AnnotatedElementMatcher<T extends Annotation> extends Object
| Constructor and Description |
|---|
Type.AnnotatedElementMatcher() |
public abstract boolean matches(T annotation)
annotation - the annotation found.true if the annotation matches the condition, false
else.Copyright © 2016. All rights reserved.