public interface GenericService { public void doStuff(T t); }