UNPKG

@clawject/di

Version:

<p align="center"> <a href="https://clawject.com/" target="_blank"><img src="https://clawject.com/img/logo.svg" align="center" alt="Clawject Logo" width="120" height="120" /></a> </p>

16 lines (15 loc) 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Lazy = void 0; const ErrorBuilder_1 = require("../../ErrorBuilder"); /** * Indicates whether a bean is to be lazily initialized. * * @docs https://clawject.com/docs/fundamentals/lazy * * @public */ const Lazy = () => { throw ErrorBuilder_1.ErrorBuilder.usageWithoutConfiguredDI('@Lazy'); }; exports.Lazy = Lazy;