Annotation Interface ProfileValueSourceConfiguration
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@Deprecated(since="7.0")
public @interface ProfileValueSourceConfiguration
Deprecated.
ProfileValueSourceConfiguration is an annotation that can be applied
to a JUnit 4 based test class to specify what type of ProfileValueSource
to use when retrieving profile values configured via
@IfProfileValue.
This annotation may be used as a meta-annotation to create custom composed annotations.
- Since:
- 2.5
- Author:
- Sam Brannen
- See Also:
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ProfileValueSource> Deprecated.The type ofProfileValueSourceto use when retrieving profile values.
- 
Element Details- 
valueClass<? extends ProfileValueSource> valueDeprecated.The type ofProfileValueSourceto use when retrieving profile values.- See Also:
 - Default:
- org.springframework.test.annotation.SystemProfileValueSource.class
 
 
- 
SpringExtensionand JUnit Jupiter