Annotation Interface testPropertySources


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface testPropertySources
@testPropertySources is a container for one or more @testPropertySource declarations.

Note, however, that use of the @testPropertySources container is completely optional since @testPropertySource is a repeatable annotation.

This annotation will be inherited from an enclosing test class by default. See @NestedtestConfiguration for details.

Since:
5.2
Author:
Anatoliy Korovin, Sam Brannen