This could well be a stupid question, but I\'m new to Java, so...
I\'ve currently got some code where currently this is being used clazz.asSubclass(asSubclassOfCla
clazz.asSubclass(asSubclassOfCla
clazz.asSubclass(asSubclassOfClass) .getConstructor(String.class, XYZ.class) .newInstance("howdy", XyzObj)
Which assumes that the constructor args are in the specified order