@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ParameterInitialValue
Parameter
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |
public abstract java.lang.String name
Parameter
for which the
associated method provides an initial value.