T
- the type of object created by this factorypublic interface Factory<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
Factory.Named<T>
Inteface for a named factory.
|
Modifier and Type | Method and Description |
---|---|
T |
create() |
T create()