Annotation Interface 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
    Alias for the field
    Name of the field
  • Element Details

    • field

      String field
      Name of the field
    • alias

      String alias
      Alias for the field