jodd.madvoc.meta
Annotation Type MadvocAction


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface MadvocAction

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

Madvoc action classes may be annotated with this annotation. Annotation is necessary if default auto-magic configuration is used. 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.

This annotation can be applied to package, changing the default prefix path. s


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

value

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

Default:
""


Copyright © 2003-2011 Jodd Team