Annotation Interface ConfigurationForTest


@Target(TYPE) @Retention(RUNTIME) @Configuration public @interface ConfigurationForTest
An "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 using ComponentScanExcludingConfigurationForTest instead of the ordinary ComponentScan. Read more at ComponentScanExcludingConfigurationForTest.
See Also: