@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface MethodExecutor.ExecutableMethod
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
arguments
Returns the description of the annotated method's arguments.
|
java.lang.String |
description
Returns the description of the annotated method.
|
public abstract java.lang.String description
public abstract java.lang.String[] arguments