Package org.jvnet.hk2.metadata.tests
Class FactoryWithFalseProxy
- java.lang.Object
-
- org.jvnet.hk2.metadata.tests.FactoryWithFalseProxy
-
-
Constructor Summary
Constructors Constructor Description FactoryWithFalseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(Object instance)
This method will dispose of objects created with this scope.Object
provide()
This method will create instances of the type of this factory.
-
-
-
Method Detail
-
provide
@Singleton @UseProxy(false) public Object 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.
-
-