@Service public class ConcreteComplexFactory<A,B> extends MiddleComplexFactory<SomeInterface<String>,A>
Constructor and Description |
---|
ConcreteComplexFactory() |
Modifier and Type | Method and Description |
---|---|
A |
one() |
Integer |
two(A v) |
B |
useTheOtherType() |
dispose, provide
Copyright © 2009–2023 Oracle Corporation. All rights reserved.