1.1 Release Candidate 1
Pre-release
Pre-release
This release candidate adds the much-needed custom config API! Here is an insight into what it contains:
- A Config annotation used to mark a class as a data class which's data will be stored in the file
- A Path annotation used to mark a field as a field which's data will be stored under the specified section
- A ConfigKey annotation used to mark a string field as a config key, used to differentiate between objects in files
- A StaticConfig annotation used to mark a class as a class which's static field will be saved in a configuration file
- A ConfigManager class used for writing and reading data from config files!
Documentation on the API is coming soon, along with 1.1 official release!
Keep in mind that this is not yet the release, meaning that this is used for testing and shouldn't yet be used in production until I make sure that all bugs have been cleared up and 1.1 is ready for release!