Example #1
0
 protected Object firstInstance(Class type) {
   return ReflectUtils.newInstance(type);
 }
Example #2
0
 protected Object firstInstance(Class type) {
   return ((MethodDelegate) ReflectUtils.newInstance(type)).newInstance(target);
 }