| Constructor and Description |
|---|
FactoryWithDefaultProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(java.lang.Object instance)
This method will dispose of objects created with this scope.
|
java.lang.Object |
provide()
This method will create instances of the type of this factory.
|
@Singleton @UseProxy public java.lang.Object provide()
Factorypublic void dispose(java.lang.Object instance)
Factory