|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface RestCall
| Required Element Summary | |
|---|---|
String |
uri
|
| Optional Element Summary | |
|---|---|
String |
contentType
|
RestExceptionOn[] |
exceptions
|
HttpMethod |
method
|
| Element Detail |
|---|
public abstract String uri
public abstract String contentType
public abstract HttpMethod method
public abstract RestExceptionOn[] exceptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||