Annotation Interface Configure


@Retention(RUNTIME) @Target(FIELD) public @interface Configure
Denotes a field as being a part of a configuration.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the configuration setting.
  • Element Details

    • name

      String name
      The name of the configuration setting. The default makes the field name the setting name.
      Returns:
      The name.
      Default:
      "<get>"