@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface MadvocAction
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
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Action path value.
|
Copyright © 2003-present Jodd Team