@Documented @Retention(value=RUNTIME) @Target(value={METHOD,ANNOTATION_TYPE}) @ActionConfiguredBy(value=RestActionConfig.class) public @interface RestAction
Action
for REST resources
that uses different naming
convention.public abstract java.lang.String value
Action.NONE
action method name
will not be part of the created action path.Copyright © 2003-present Jodd Team