コード例 #1
0
 void setLong(Object obj, long l) throws IllegalArgumentException, IllegalAccessException {
   javaField.setLong(obj, l);
 }