public interface Factory<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
T |
produce()
Produce a new object.
|
@Nonnull T produce() throws java.lang.Exception
java.lang.Exception