1 2 3 4 5
public class GenericServiceImpl<T extends SomeInterface> implements GenericService<T> { public void doStuff(T t) {} }