public function createInfo($forClass)
 {
     $info = new minject_InjectorInfo(null, new _hx_array(array()));
     $this->addClassToInfo($forClass, $info, new _hx_array(array()));
     haxe_ds_ArraySort::sort($info->fields, array(new _hx_lambda(array(&$forClass, &$info), "minject_Injector_0"), 'execute'));
     if ($info->ctor === null) {
         $info->ctor = new minject_point_ConstructorInjectionPoint(new _hx_array(array()));
     }
     return $info;
 }