Annotation Interface Comment


@Retention(RUNTIME) @Target(FIELD) public @interface Comment
Adds a comment to a configuration setting.
  • Required Element Summary

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

    • value

      String value
      The comment string.