R - the class type of the registered keypublic class ClassKey<R> extends Object implements UniqueKey<R>
| Modifier and Type | Field and Description |
|---|---|
private Class<R> |
classField
The class definition of the component registered by the current key.
|
| Constructor and Description |
|---|
ClassKey(Class<R> classField)
Default Constructor.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.