Annotation Type Configuration


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    @Inherited
    public @interface Configuration
    Marks a field as a configuration element with a default value.
    Since:
    1.0-alpha-33
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name  
    • Element Detail

      • value

        java.lang.String value
      • name

        java.lang.String name
        Default:
        ""