A typical @Configuration-annotated bean include a org.springframework.context.annotation.ConfigurationClassPostProcessor.configurationClass attribute in generated code. This attribute is useless at runtime and should not be contributed.
In Spring Native, we took the decision of not writing those attributes and that didn't seem to matter so I don't know how much of those attributes are required.
cc @philwebb
A typical
@Configuration-annotated bean include aorg.springframework.context.annotation.ConfigurationClassPostProcessor.configurationClassattribute in generated code. This attribute is useless at runtime and should not be contributed.In Spring Native, we took the decision of not writing those attributes and that didn't seem to matter so I don't know how much of those attributes are required.
cc @philwebb