Partitioning the Config
There's a PartitioningSerializer
included to partition your config into multiple files within a directory. When using PartitioningSerializer
, your top level config class must inherit from PartitioningSerializer.GlobalData
and every field in that top level class must be of a type that inherits from ConfigData
and is annotated with @Config
.
Example
Registering the Config
Last updated