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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexFactory
dispose, provideMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InterfaceWithOneType
oneMethods inherited from interface InterfaceWithTwoTypes
two
-
Constructor Details
-
MiddleComplexFactory
public MiddleComplexFactory()
-