import { default } from "https://deno.land/x/alosaur@v0.21.0/src/injection/decorators/auto-injectable.ts";
Class decorator factory that replaces the decorated class' constructor with a parameter less constructor that has dependencies auto-resolved
Note: Resolution is performed using the global container
Returns
(target: constructor<any>) => any
The class decorator