|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=CONSTRUCTOR) public static @interface Algorithm.AlgorithmConstructor
Annotation for algorithm 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[] |
arguments
A list of descriptions for constructor parameters. |
java.lang.String |
description
Description of an algorithm constructor. |
Element Detail |
---|
public abstract java.lang.String description
public abstract java.lang.String[] arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |