At the moment, our autoconfigurations are annotated with @Configuration
. It would be great to have a dedicated annotation for autoconfigurations.
Task: create a new annotation, maybe called @AutoConfiguration
, which is meta-annotated with @Configuration(proxyBeanMethods = false)
, and update the reference documentation.