jodd.madvoc.meta
Annotation Type MadvocAction


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MadvocAction

Marker for Madvoc action, i.e. classes with action methods.

All Madvoc action classes must be annotated with this annotation. Its value defines an action path prefix for all Action methods. If default empty value is used, action path is built implicitly from the class name, by uncapitalizing the first character and removing the action class name suffix. s


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