@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Action
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description
The action description
|
java.lang.String |
name
The action name, default to the method name
|