|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract java.lang.String description
public abstract java.lang.String[] arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |