|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented 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 | |
|---|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||