github classgraph/classgraph classgraph-4.2.5

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
5 years ago

Added the following methods to match the hasAnnotation(String annotationName) method in each class. These methods return the AnnotationInfo for the annotation, or null if the named annotation is not present.

  • AnnotationInfo ClassInfo#getAnnotationInfo(String annotationName)
  • AnnotationInfo MethodInfo#getAnnotationInfo(String annotationName)
  • AnnotationInfo MethodParameterInfo#getAnnotationInfo(String annotationName)
  • AnnotationInfo FieldInfo#getAnnotationInfo(String annotationName)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.