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>

15 lines (14 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Primary = void 0; const ErrorBuilder_1 = require("../../ErrorBuilder"); /** * Indicates that a specific bean is a primary candidate for injection. * * @docs https://clawject.com/docs/fundamentals/primary * * @public */ const Primary = () => { throw ErrorBuilder_1.ErrorBuilder.usageWithoutConfiguredDI('@Primary'); }; exports.Primary = Primary;