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 org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
dispose, provideMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithOneType
oneMethods inherited from interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithTwoTypes
two
-
Constructor Details
-
MiddleComplexFactory
public MiddleComplexFactory()
-