Annotation Type ConfigAlias


  • @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface ConfigAlias
    Annotation to add additional aliases to the fields. *
    Useful if field annotated with ConfigField is inaccessible direcly, ie. is defined in extended class.
    Created by andrzej on 05.08.2016.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String alias
      Alias for the field
      java.lang.String field
      Name of the field
    • Element Detail

      • field

        java.lang.String field
        Name of the field
      • alias

        java.lang.String alias
        Alias for the field