@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface ProfileValueSourceConfiguration
ProfileValueSourceConfiguration
is a class-level annotation which
is used to specify what type of ProfileValueSource
to use when
retrieving profile values configured via the @IfProfileValue
annotation.
As of Spring Framework 4.0, this annotation may be used as a meta-annotation to create custom composed annotations.
ProfileValueSource
,
IfProfileValue
,
ProfileValueUtils
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends ProfileValueSource> |
value
The type of
ProfileValueSource to use when retrieving
profile values. |
public abstract Class<? extends ProfileValueSource> value
ProfileValueSource
to use when retrieving
profile values.SystemProfileValueSource