@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public static @interface Algorithm.AlgorithmConstructor
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[] |
arguments
A list of descriptions for constructor parameters.
|
java.lang.String |
description
Description of an algorithm constructor.
|
public abstract java.lang.String description
public abstract java.lang.String[] arguments