Package io.mats3.spring
Annotation Type ConfigurationForTest
-
@Target(TYPE) @Retention(RUNTIME) @Configuration public @interface ConfigurationForTestAn "alias" for the @Configuration annotation which is meant to be used on tests' configuration classes - which then is excluded from component scanning if the component scan is usingComponentScanExcludingConfigurationForTestinstead of the ordinaryComponentScan. Read more atComponentScanExcludingConfigurationForTest.