Annotation Interface Description


@Target({METHOD,TYPE}) @Inherited @Retention(CLASS) public @interface Description
Custom description. The description is copied from javadoc by default. Use this annotation to customize the description, or when the javadoc is not available within the current module (e.g. when inherited from super type that is not part of the module).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Custom description.
  • Element Details

    • value

      String value
      Custom description.
      Returns:
      description of the type or property