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