public interface Factory<T> extends Serializable
T
produce()
@Nonnull T produce() throws Exception
Exception