• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package annotator.tests;
2 
3 import java.util.List;
4 
5 public class FieldSimpleGeneric {
6   List<Integer> field;
7 }
8