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