messif.executor
Annotation Type MethodExecutor.ExecutableMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface MethodExecutor.ExecutableMethod

Annotation for methods that provide usage description.


Required Element Summary
 java.lang.String[] arguments
          Returns the description of the annotated method's arguments.
 java.lang.String description
          Returns the description of the annotated method.
 

Element Detail

description

public abstract java.lang.String description
Returns the description of the annotated method.

Returns:
the description of the annotated method

arguments

public abstract java.lang.String[] arguments
Returns the description of the annotated method's arguments. The number of items should be equal to the number of method's arguments

Returns:
the description of the annotated method's arguments