Skip to content

classgraph-4.8.7

Compare
Choose a tag to compare
@lukehutch lukehutch released this 24 Feb 07:04
  • Fixed ClassInfo#getMethodAnnotations() and ClassInfo#getFieldAnnotations() so that java.lang.annotation.* annotations are not returned as meta-annotations.

  • Added several methods for searching for classes based on method parameter annotations:

    • ClassInfo#getMethodParameterAnnotations()
    • ClassInfo#getClassesWithMethodParameterAnnotation()
    • ScanResult#getClassesWithMethodParameterAnnotation(String annotationName)