Class ConcreteComplexFactory<A,B>
java.lang.Object
org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory<A, SomeInterface<String>, Integer, A>
org.jvnet.hk2.metadata.tests.complextypefactory.MiddleComplexFactory<SomeInterface<String>, A>
org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory<A,B>
- All Implemented Interfaces:
Factory<SomeInterface<String>>, InterfaceWithOneType<A>, InterfaceWithTwoTypes<A,Integer>
@Service
public class ConcreteComplexFactory<A,B>
extends MiddleComplexFactory<SomeInterface<String>, A>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexFactory
dispose, provide
-
Constructor Details
-
ConcreteComplexFactory
public ConcreteComplexFactory()
-
-
Method Details
-
one
-
two
-
useTheOtherType
-