()
| 57 | private int egads; |
| 58 | |
| 59 | private static void annotations() throws Exception { |
| 60 | Field egads = Reflection.class.getDeclaredField("egads"); |
| 61 | expect(egads.getAnnotation(Deprecated.class) == null); |
| 62 | } |
| 63 | |
| 64 | private Integer[] array; |
| 65 |
no test coverage detected