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

Method getDefaultValue

classpath/java/lang/reflect/Method.java:156–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 public Object getDefaultValue() {
157 ClassLoader loader = getDeclaringClass().getClassLoader();
158 return Classes.getAnnotationDefaultValue(loader, vmMethod.addendum);
159 }
160
161 public Class<?>[] getExceptionTypes() {
162 throw new UnsupportedOperationException("not yet implemented");

Callers 2

invokeMethod · 0.80
invokeMethod · 0.80

Calls 3

getDeclaringClassMethod · 0.95
getClassLoaderMethod · 0.80

Tested by 1

invokeMethod · 0.64