|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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
Optional Element Summary | |
---|---|
Class<? extends ProfileValueSource> |
value
The type of ProfileValueSource to use when retrieving
profile values. |
public abstract Class<? extends ProfileValueSource> value
The type of ProfileValueSource
to use when retrieving
profile values.
SystemProfileValueSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |