Annotation Interface Comment


@Target({FIELD,RECORD_COMPONENT}) @Retention(RUNTIME) public @interface Comment
Indicates that the annotated element is saved together with explanatory comments describing it.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the comments of the annotated configuration element.
  • Element Details

    • value

      String[] value
      Returns the comments of the annotated configuration element.
      Returns:
      configuration element comments