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

Method getAnnotation

classpath/avian/Classes.java:516–523  ·  view source on GitHub ↗
(ClassLoader loader, Object[] a)

Source from the content-addressed store, hash-verified

514 }
515
516 public static Annotation getAnnotation(ClassLoader loader, Object[] a) {
517 if (a[0] == null) {
518 a[0] = Proxy.newProxyInstance
519 (loader, new Class[] { (Class) a[1] },
520 new AnnotationInvocationHandler(a));
521 }
522 return (Annotation) a[0];
523 }
524
525 public static Object getAnnotationDefaultValue(ClassLoader loader,
526 MethodAddendum addendum) {

Callers 3

parseAnnotationValueMethod · 0.95
getAnnotationMethod · 0.95
getAnnotationsMethod · 0.95

Calls 1

newProxyInstanceMethod · 0.95

Tested by

no test coverage detected