|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ParameterInitialValue
This annotation is used to define a getter method that returns an initial
value for a Parameter
.
Required Element Summary | |
---|---|
java.lang.String |
name
|
Element Detail |
---|
public abstract java.lang.String name
Parameter
for which the
associated method provides an initial value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |