Package net.frozenspace.frostlib.configuration
-
Class Summary Class Description ConfigurationLoader CommandManager is used for creating/loading configuration file by loading class annotated withConfigurationEach field in the class will be loaded from the file created/loaded -
Annotation Types Summary Annotation Type Description Configuration This annotation is used for define a class as a configuration yaml file, all fields in this file will be loaded usingConfigurationLoader.load(T)Key This annotation is used for defining the key of the field in theFileConfigurationManage This annotation is used for defining if a field need to be saved or loaded by theConfigurationLoader