Exemplo n.º 1
0
 protected Object firstInstance(Class type) {
   return ReflectUtils.newInstance(type);
 }
Exemplo n.º 2
0
 protected Object firstInstance(Class type) {
   return ((MethodDelegate) ReflectUtils.newInstance(type)).newInstance(target);
 }