@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@ActionConfiguredBy(value=DefaultActionConfig.class)
public @interface Action
ActionAnnotationValues| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
NONE
Marker for empty action method or extension.
|
public static final java.lang.String NONE
public abstract java.lang.String value
NONE action method name
will not be part of the created action path.Copyright © 2003-present Jodd Team