()
| 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"); |