
public class Persona {
	// Nota: qui non ci va "static".
	String nome;
	String telefono;
}
