Annotation Interface Comment


@Retention(RUNTIME) @Target(FIELD) public @interface Comment
Represents a description on a config entry.

When a configuration is serialized, any field elements with the Comment annotation will be prefixed with a // comment on the previous line, with the value specified by this annotation.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""