@Service public class ConcreteComplexFactory<A,B> extends MiddleComplexFactory<SomeInterface<java.lang.String>,A>
Constructor and Description |
---|
ConcreteComplexFactory() |
Modifier and Type | Method and Description |
---|---|
A |
one() |
java.lang.Integer |
two(A v) |
B |
useTheOtherType() |
dispose, provide