@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AjaxMethod
| Modifier and Type | Optional Element and Description |
|---|---|
ResponseFormat |
response
Defines the generated output format.
|
String |
roles
Defines a list of rolenames that the user must have
to be allowed access to this method.
|
public abstract String roles
public abstract ResponseFormat response
Copyright © 2017 etc.to. All rights reserved.