News

public interface Postman { void deliverMessage(String msg); } A simple implementation of this service prints messages to the console. The implementation class is the dynamic code.