public interface Factory<T>
Modifier and Type | Interface and Description |
---|---|
static class |
Factory.DefaultFactory<T> |
Modifier and Type | Method and Description |
---|---|
T |
newInstance(java.lang.Object... args) |
T newInstance(java.lang.Object... args)