Reports @Configuration classes that are not configured in the Spring facet.
The inspection does not trigger when @Configuration classes are scanned
(with @ComponentScan or
<component-scan .../>),
imported(@Import)
or used in any other way (for example, configured in spring.factories files) from application contexts already defined in the Spring facet.