1package annotator.tests;
2
3import java.util.List;
4
5public class FieldSimpleGeneric {
6  List<Integer> field;
7}
8