Annotation Interface Comment


@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface Comment
Adds a comment above the YAML key.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The comment lines.
  • Element Details

    • value

      String[] value
      The comment lines.
      Returns:
      the comment lines