@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Transport
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
url |
| Modifier and Type | Optional Element and Description |
|---|---|
TransportType |
type |
public abstract TransportType type