public class AbstractAnnotationMatcher extends AbstractModifierMatcher
PROJECT_CLASSPATH_HOLDER| Constructor and Description |
|---|
AbstractAnnotationMatcher() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAnnotationMatcher |
annotatedWith(java.lang.String annotationName) |
protected boolean |
annotationsMatch(io.github.classgraph.AnnotationInfoList annotationInfo) |
andNative, andNotNative, andNotStatic, andNotTransient, andNotVolatile, andPackagePrivate, andPrivate, andProtected, andPublic, andStatic, andTransient, andVolatile, modifiersMatch, orPackagePrivate, orPrivate, orProtected, orPublic, thatAreNative, thatAreNotNative, thatAreNotStatic, thatAreNotTransient, thatAreNotVolatile, thatArePackagePrivate, thatArePrivate, thatAreProtected, thatArePublic, thatAreStatic, thatAreTransient, thatAreVolatile, withName, withNameLikenameMatchesclasspathMatches, insideOfProject, outsideOfProject, setProjectClasspathpublic AbstractAnnotationMatcher annotatedWith(java.lang.String annotationName)
protected boolean annotationsMatch(io.github.classgraph.AnnotationInfoList annotationInfo)