MCPcopy Create free account
hub / github.com/ReadyTalk/avian / annotations

Method annotations

test/Reflection.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mainMethod · 0.95

Calls 3

expectMethod · 0.95
getAnnotationMethod · 0.95
getDeclaredFieldMethod · 0.80

Tested by

no test coverage detected