AuthMe/ConfigMe

Property with default value from Supplier

ljacqu opened this issue · 0 comments

ljacqu commented

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:

  • fail-fast kind of breaks since a default value might be null from a Supplier and integrators don't notice it until it becomes relevant
  • breaking change

Related: