Annotation Type Server
-
@Target({METHOD,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Repeatable(Servers.class) @Inherited public @interface Server
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionExtension[]extensionsStringurlServerVariable[]variables
-
-
-
Element Detail
-
url
String url
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
variables
ServerVariable[] variables
- Default:
- {}
-
-
-
extensions
Extension[] extensions
- Default:
- {}
-
-