@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface HttpAlias
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
method
HTTP method (eg.
|
java.lang.String |
path
Path-alias of the Action.
|
java.lang.String |
route
Path of the Route (optional, this is only required if there are multiple
Route objects - the value of the path identifies the Route).
|
public abstract java.lang.String method