public interface Configurable
Modifier and Type | Interface and Description |
---|---|
static interface |
Configurable.ConfigurationSupport |
Modifier and Type | Method and Description |
---|---|
Configurable.ConfigurationSupport |
config() |
<T> T |
setConfig(ConfigKey<T> key,
T val)
Deprecated.
since 0.7.0; use
Configurable.ConfigurationSupport.set(ConfigKey, Object) , such as config().set(key, val) |
@Deprecated <T> T setConfig(ConfigKey<T> key, T val)
Configurable.ConfigurationSupport.set(ConfigKey, Object)
, such as config().set(key, val)
Configurable.ConfigurationSupport config()