Files

11 lines
120 B
Java

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