Annotation Interface ConfigValue


@Retention(RUNTIME) @Target(FIELD) public @interface ConfigValue
A config value is read by an AnnotatedConfig to automatically allow a Config to be created. The name and the field are required.
  • Required Element Summary Link icon

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
     
  • Optional Element Summary Link icon

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • section Link icon

      String section
    • name Link icon

      String name
    • prefixed Link icon

      boolean prefixed
      Default:
      false
    • example Link icon

      String[] example