1 2 3 4 5 6 7
public class Service implements IService { public void method(long l) throws Exception { System.err.println("Original impl of service method, arg " + l); } }