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