@Target(value={PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface Parameter
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description
The description of the parameter
|
java.lang.String |
name
The name of the parameter, default to the method parameter name or method name
|
java.lang.String[] |
range
The range of the parameter
|
ParamType |
type
The type of the parameter
|
java.lang.String |
unit
The description of the parameter
|
java.lang.String |
value
The current value of the parameter
|
public abstract java.lang.String name
public abstract ParamType type