public final class ConfigurationKey<T>
extends java.lang.Object
AbstractQueryConfig
. It also holds the value's type, which is
defined in the generic argument.AbstractQueryConfig
Modifier | Constructor and Description |
---|---|
private |
ConfigurationKey() |
Modifier and Type | Method and Description |
---|---|
static <T> ConfigurationKey<T> |
newInstance()
Creates a new instance.
|
public static <T> ConfigurationKey<T> newInstance()
T
- the value's type