public class SomeServiceImpl extends GenericServiceImpl<SomeInterface> { @Override public void doStuff(SomeInterface someInterface) { } }