1 2 3 4 5 6
public class SomeServiceImpl extends GenericServiceImpl<SomeInterface> { @Override public void doStuff(SomeInterface someInterface) { } }