Java程序  |  8行  |  109 B

package annotator.tests;

import java.util.List;

public class FieldSimpleGeneric {
  List<Integer> field;
}