package test1_cdi; /** * Created by Giovanni on 27/04/2015. */ public interface ClassInterface { String printStudent (); }