# An auto-configuration that is not listed in AutoConfiguration.imports (it is listed in spring.factories, which Boot 4 ignores for this)


--- ApplicationContextRunner: the test names the class itself ---
forgottenMarker bean   : true

--- the starter author's application: @SpringBootApplication scanning the package that holds both classes ---
forgottenMarker        (@AutoConfiguration) : false
forgottenPlainMarker   (@Configuration)     : true

--- a consumer application: its own package, the starter on the classpath ---
forgottenMarker        (@AutoConfiguration) : false
forgottenPlainMarker   (@Configuration)     : false
Masker beans                                : [masker]
