コード例 #1
0
ファイル: KeyFactory.java プロジェクト: bric3/nCGLIB
 protected Object firstInstance(Class type) {
   return ReflectUtils.newInstance(type);
 }
コード例 #2
0
 protected Object firstInstance(Class type) {
   return ((MethodDelegate) ReflectUtils.newInstance(type)).newInstance(target);
 }