Annotation Type Manage


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Manage
    This annotation is used for defining if a field need to be saved or loaded by the ConfigurationLoader
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean load  
      boolean save  
    • Element Detail

      • load

        boolean load
        Default:
        true
      • save

        boolean save
        Default:
        true