@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) • 565 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClawjectApplication = void 0;
const ErrorBuilder_1 = require("../../ErrorBuilder");
/**
* Indicates that a target class is a {@link Configuration @Configuration} class and an entry point for the Clawject application.
*
* @docs https://clawject.com/docs/fundamentals/configurations
*
* @public
*/
const ClawjectApplication = () => {
throw ErrorBuilder_1.ErrorBuilder.usageWithoutConfiguredDI('@ClawjectApplication');
};
exports.ClawjectApplication = ClawjectApplication;