@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited public @interface Server
Modifier and Type | Optional Element and Description |
---|---|
String |
description
An optional string describing the host designated by the URL.
|
String |
url
Required.
|
ServerVariable[] |
variables
An array of variables used for substitution in the server's URL template.
|
public abstract String url
public abstract String description
public abstract ServerVariable[] variables
Copyright © 2017. All Rights Reserved.