jodd.madvoc.meta
Annotation Type Action


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Action

Marker for action methods. It is not necessary to mark a method, however, this annotation may be used to specify non-default action path.


Optional Element Summary
 java.lang.String value
          Action path value.
 

value

public abstract java.lang.String value
Action path value.

Default:
""


Copyright ©2008 Jodd Team