@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public static @interface AbstractOperation.OperationConstructor
stringToType
method. Each constructor parameter should be annotated by a description
using this annotations values.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
A list of descriptions for constructor parameters.
|