|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface MadvocActionMarker 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. |
public abstract java.lang.String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||