@Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface ServerVariable
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
defaultValue
Required. 
 | 
String | 
name
Required. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
String[] | 
allowableValues
An array of allowable values for this variable. 
 | 
String | 
description
An optional description for the server variable. 
 | 
Extension[] | 
extensions
The list of optional extensions 
 | 
public abstract String name
public abstract String defaultValue
public abstract String[] allowableValues
public abstract String description
public abstract Extension[] extensions
Copyright © 2018. All rights reserved.