|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface ConfigOption
Annotation for all DL-Learner configuration options.
| Required Element Summary | |
|---|---|
String |
name
The name of this config option. |
Class<? extends PropertyEditor> |
propertyEditorClass
An implementation of the Property Editor to use |
| Optional Element Summary | |
|---|---|
String |
defaultValue
Returns the default value of this config option. |
String |
description
The description of this config option |
boolean |
required
Returns whether this option is required for initializing the component. |
| Element Detail |
|---|
public abstract String name
public abstract Class<? extends PropertyEditor> propertyEditorClass
public abstract String description
public abstract boolean required
public abstract String defaultValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||