@Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface ServerVariable
Modifier and Type | Optional Element and Description |
---|---|
String[] |
allowableValues
the allowableValues maps to the enum property in the OAS schema
|
String |
description |
String |
name |
String |
value
the value attribute maps to the default property in the OAS schema
|
public abstract String name
public abstract String[] allowableValues
public abstract String value
public abstract String description
Copyright © 2017. All rights reserved.