@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Http
| Modifier and Type | Required Element and Description |
|---|---|
Http.HttpMethod |
method |
| Modifier and Type | Optional Element and Description |
|---|---|
Http.Header[] |
headers |
java.lang.String |
uri |
public abstract Http.HttpMethod method
public abstract Http.Header[] headers