AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 16 forks source link

Create MapPropertyType, change MapProperty to use it #449

Open ljacqu opened 1 month ago

ljacqu commented 1 month ago

To do

Notes

The result map property type and map property should be similar to SetPropertyType and SetProperty: make sure the entries are kept in insertion order (i.e. use LinkedHashMap) and that the default value / returned values are immutable.