@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.
|
public abstract String name
public abstract String defaultValue
public abstract String[] allowableValues
public abstract String description
Copyright © 2017. All rights reserved.