@Documented @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Option
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue |
String |
description |
String |
displayName |
String |
longName |
boolean |
required |
public abstract String name
public abstract String defaultValue
public abstract String description
public abstract String displayName
public abstract String longName
Copyright © 2008–2018. All rights reserved.