Annotation Type Configuration


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface Configuration
    A configuration option. Any fields annotated with this should be in a class that extends Config.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String alt
      An (optional) way to make this field use a different name in the saved JSON file.
    • Element Detail

      • alt

        java.lang.String alt
        An (optional) way to make this field use a different name in the saved JSON file. Leave this empty if you want the JSON file to just use the field's name.
        Returns:
        The name this field will use in the saved JSON file.
        Default:
        ""