package info.kalendra.guiceExample; public interface PrintTest { public void print(String msg); }