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