public class OrAnnotationMatcher extends java.lang.Object implements AnnotationMatcher
| Modifier and Type | Method and Description |
|---|---|
static AnnotationMatcher |
getOrMatcher(AnnotationMatcher... matchers) |
boolean |
matches(java.lang.String annotationDesc) |
public boolean matches(java.lang.String annotationDesc)
matches in interface AnnotationMatcherpublic static AnnotationMatcher getOrMatcher(AnnotationMatcher... matchers)