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>
- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description AbstractComplexFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(F instance)
This method will dispose of objects created with this scope.F
provide()
In the end this should be returning SomeInterface-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithOneType
one
-
Methods inherited from interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithTwoTypes
two
-
-
-
-
Method Detail
-
provide
public F provide()
In the end this should be returning SomeInterface
-
-