package info.kalendra.guiceExample; public interface PrintAssist { public int sumHolder(int one, int two); }