@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
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.
ProfileValueSource,
IfProfileValue,
ProfileValueUtils| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends ProfileValueSource> |
value
The type of
ProfileValueSource to use when retrieving
profile values. |
public abstract java.lang.Class<? extends ProfileValueSource> value
The type of ProfileValueSource to use when retrieving
profile values.
SystemProfileValueSource