Annotation Interface ActionMethod


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface ActionMethod
Annotation indicating that a method should be converted to an Action if possible. Currently, only methods taking zero parameters may be converted automatically.