Annotation Type NoClasspathWorkaround


public @interface NoClasspathWorkaround
This annotation is used to mark a workaround for the lack of a correct classpath so called noclasspathmode.

Workarounds for missing informations are marked with this annotation. These methods are not part of the Spoon API and best effort. With any new jdt version the workaround can be removed or no longer working.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The reason why this workaround is needed.
  • Element Details

    • reason

      String reason
      The reason why this workaround is needed. This is used for documentation purposes. A link to the originale issue is sufficient.
      Returns:
      the reason why this workaround is needed