AuthMe / ConfigMe

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

Property with default value from Supplier #369

Open ljacqu opened 1 year ago

ljacqu commented 1 year ago

Especially for beans it might be interesting to only have the default value be created if it's really needed, i.e. to supply a Supplier for the default value.

Downsides:

Related: