package test1_cdi; /** * Created by Giovanni on 26/04/2015. */ public interface Student { String getinfo (); }