1 package test;2 3 import java.util.List ;4 5 public class MethodProposals {6 7 private Auxiliary a;8 private List l;9 private String s;10 }