Class MiddleComplexFactory<C,D>
- java.lang.Object
-
- org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory<D,C,Integer,D>
-
- org.jvnet.hk2.metadata.tests.complextypefactory.MiddleComplexFactory<C,D>
-
- All Implemented Interfaces:
Factory<C>
,InterfaceWithOneType<D>
,InterfaceWithTwoTypes<D,Integer>
- Direct Known Subclasses:
ConcreteComplexFactory
public abstract class MiddleComplexFactory<C,D> extends AbstractComplexFactory<D,C,Integer,D>
- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description MiddleComplexFactory()
-
Method Summary
-
Methods inherited from class org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
dispose, provide
-
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
-
-