View Javadoc
1   package com.puppycrawl.tools.checkstyle.api.fullident;
2   
3   public class InputFullIdentTestArrayType {
4   
5       private int[][] matrix;
6   
7   }