public abstract class AbstractComplexFactory<E,F,G,H> extends Object implements InterfaceWithOneType<E>, InterfaceWithTwoTypes<H,G>, Factory<F>
| Constructor and Description |
|---|
AbstractComplexFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(F instance)
This method will dispose of objects created with this scope.
|
F |
provide()
In the end this should be returning SomeInterface
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonetwopublic F provide()
Copyright © 2009–2017 Oracle Corporation. All rights reserved.