|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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. |
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |