public String getConstructorSignature(Constructor<?> c) {
   return c.getSignature();
 }