Class AbstractComplexFactory<E,F,G,H>
java.lang.Object
org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory<E,F,G,H>
- All Implemented Interfaces:
Factory<F>, InterfaceWithOneType<E>, InterfaceWithTwoTypes<H,G>
- Direct Known Subclasses:
MiddleComplexFactory
public abstract class AbstractComplexFactory<E,F,G,H>
extends Object
implements InterfaceWithOneType<E>, InterfaceWithTwoTypes<H,G>, Factory<F>
-
Constructor Details
-
AbstractComplexFactory
public AbstractComplexFactory()
-
-
Method Details
-
provide
-
dispose
Description copied from interface:FactoryThis method will dispose of objects created with this scope. This method should not be annotated, as it is naturally paired with the provide method
-