github classgraph/classgraph fast-classpath-scanner-2.21

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

Bugfixes for GraphViz .dot file generation; some API changes; JavaDoc improvements.

The API changes are primarily in the MethodInfo, FieldInfo and AnnotationInfo classes, in order to make these APIs mutually consistent. The changes were all to methods that were introduced very recently, so they should not affect many users.

The main changes are:

  • Methods like getTypeStr() were removed, since this just called getTypeDescriptor()#toString() or similar. The recommended way to get a type signature as a string is getTypeSignatureOrTypeDescriptor()#toString().
  • The return type of MethodInfo#getMethodParameterInfo() is now an array, rather than a list, for consistency with the rest of the MethodInfo API calls.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.