public abstract static class ToolOptions.Option<T>
extends java.lang.Object
| Constructor and Description |
|---|
Option() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
defaultValue() |
abstract java.lang.String |
description() |
abstract com.google.inject.Key<T> |
key() |
abstract java.lang.String |
name() |
abstract boolean |
noFlag() |