Package org.jvnet.hk2.metadata.tests
Class FactoryWithFalseProxyForSameScope
- java.lang.Object
-
- org.jvnet.hk2.metadata.tests.FactoryWithFalseProxyForSameScope
-
-
Constructor Summary
Constructors Constructor Description FactoryWithFalseProxyForSameScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(Map<String,List<String>> instance)
This method will dispose of objects created with this scope.Map<String,List<String>>
provide()
This method will create instances of the type of this factory.
-
-
-
Method Detail
-
provide
@ProxyForSameScope(false) public Map<String,List<String>> provide()
Description copied from interface:Factory
This method will create instances of the type of this factory. The provide method must be annotated with the desired scope and qualifiers.
-
-