Annotation Type 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
      java.lang.String example  
      java.lang.String name  
      java.lang.String section  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean prefixed  
    • Element Detail

      • section

        java.lang.String section
      • name

        java.lang.String name
      • example

        java.lang.String example
      • prefixed

        boolean prefixed
        Default:
        false