import { default } from "https://deno.land/x/alosaur@v0.30.0/src/injection/decorators/injectable.ts";
Class decorator factory that allows the class' dependencies to be injected at runtime.
Returns
(target: constructor<T>) => void
The class decorator