micronaut-build
micronaut-build copied to clipboard
Configuration reference documentation of SerdeConfiguration does not look good
Issue description
It could be easily improved if we used an interface backed by a @ConfigurationProperties
class with setters and and getters. The setter javadoc would be used.
Currently, we are using just an interface annotated with @ConfigurationProperties
.