1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 18:48:20 +08:00

feat: Implement more sections functions

This commit is contained in:
2025-02-21 16:09:58 +08:00
parent d81855697c
commit d543530305
4 changed files with 57 additions and 139 deletions
@@ -16,6 +16,7 @@ import java.util.Map;
* @param <SECTION> The type of the root section.
* @param <ORIGINAL> The original configuration object.
* @param <SELF> The type of the source itself, for further implement support.
* @see ConfigureSection
*/
public abstract class ConfigureSource<
SECTION extends ConfigureSection, ORIGINAL,