@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited public @interface Server
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
String |
url |
ServerVariable[] |
variables |
public abstract String url
public abstract String description
public abstract ServerVariable[] variables
Copyright © 2017. All rights reserved.