Annotation Type ProfileValueSourceConfiguration
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface ProfileValueSourceConfiguration
ProfileValueSourceConfigurationis a class-level annotation which is used to specify what type ofProfileValueSourceto use when retrieving profile values configured via the@IfProfileValueannotation.As of Spring Framework 4.0, this annotation may be used as a meta-annotation to create custom composed annotations.
- Since:
- 2.5
- Author:
- Sam Brannen
- See Also:
ProfileValueSource,IfProfileValue,ProfileValueUtils
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends ProfileValueSource>valueThe type ofProfileValueSourceto use when retrieving profile values.
Element Detail
value
Class<? extends ProfileValueSource> value
The type ofProfileValueSourceto use when retrieving profile values.- See Also:
SystemProfileValueSource
- Default:
- org.springframework.test.annotation.SystemProfileValueSource.class