Tag Archives: generics

Java – Generic factories

An example of using generics to tie together the return type of a Java factory method with its parameters. Continue reading