public T createInstance(Object... params)
params - The arguments to the constructor of the class NOTE: the
resulting instance will [unlike java] invoke the most
narrow constructor rather than the one which matches the
signature passed to this functionpublic String getName()