messif.operations
Annotation Type AbstractOperation.OperationConstructor
@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public static @interface AbstractOperation.OperationConstructor
Annotation for operation constructors.
Each constructor, that should be accessible by auto-generated clients
must be annotated. Such constructor can only have parameters that can
be converted from a string by stringToType
method. Each constructor parameter should be annotated by a description
using this annotations values.
Required Element Summary |
java.lang.String[] |
value
A list of descriptions for constructor parameters. |
value
public abstract java.lang.String[] value
- A list of descriptions for constructor parameters.
Each parameter should have a positionally-matching
descriptor value.
- Returns:
- list of descriptions for constructor parameters