Constructor and Description |
---|
FactoryWithDefaultProxyForSameScope() |
Modifier and Type | Method and Description |
---|---|
void |
dispose(java.util.List<java.lang.String> instance)
This method will dispose of objects created with this scope.
|
java.util.List<java.lang.String> |
provide()
This method will create instances of the type of this factory.
|
@ProxyForSameScope public java.util.List<java.lang.String> provide()
Factory
public void dispose(java.util.List<java.lang.String> instance)
Factory