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

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

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

    • prefixed

      boolean prefixed
      Default:
      false