MandarineMvc.routingParamContext
import type { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts";
const { routingParamContext } = MandarineMvc;
interface routingParamContext {
className?: string;
methodName: string;
parameterIndex: number;
parameterName: string;
parameterType: DI.InjectionTypes;
}