When I use `@Body()`, `@Param()`, `@QueryParam()` and etc, program will crash with this error ``` var format = Reflect.getMetadata("design:paramtypes", object, methodName)[index]; ^ TypeError: Cannot read property '0' of undefined ``` routing-controllers 0.6.2 reflect-metadata 0.1.3 node 6.3.1