|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface ResponseTemplate
Indicates that the HTTP response is produced using a template.
Required Element Summary | |
---|---|
String |
value
Path to the template to be used. |
Optional Element Summary | |
---|---|
String |
produces
Media type produced by the template. |
String |
responseName
Name under which the returned value is available in the template. |
Element Detail |
---|
public abstract String value
public abstract String produces
public abstract String responseName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |