Open
Description
While we currently are able to write to final fields, it is uncertain whether this functionality will continue to work on future versions of Java or in a modular environment.
Configurate should start emitting a warning when attempting to write to final
fields in the object mapper, which will eventually become an error (either by the choice of Configurate or the choice of Java).