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

Method getDeclaredAnnotations

classpath/java/lang/reflect/Field.java:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384 }
385
386 public Annotation[] getDeclaredAnnotations() {
387 return getAnnotations();
388 }
389
390 private static native long getPrimitive
391 (Object instance, int code, int offset);

Callers

nothing calls this directly

Calls 1

getAnnotationsMethod · 0.95

Tested by

no test coverage detected