A Stone.js decorator that integrates the Node Cli Adapter with a class.
This decorator modifies the class to seamlessly enable Node Cli as the
execution environment for a Stone.js application. By applying this decorator,
the class is automatically configured with the necessary blueprint for Node Cli.
NB: This decorator is stubbed for browser environments compatibility and does not
perform any actual functionality in the browser. It is intended for use in Node.js environments
where the Node.js HTTP adapter is applicable.
Type Parameters
TextendsClassType = ClassType
The type of the class being decorated. Defaults to ClassType.
A Stone.js decorator that integrates the Node Cli Adapter with a class.
This decorator modifies the class to seamlessly enable Node Cli as the execution environment for a Stone.js application. By applying this decorator, the class is automatically configured with the necessary blueprint for Node Cli.
NB: This decorator is stubbed for browser environments compatibility and does not perform any actual functionality in the browser. It is intended for use in Node.js environments where the Node.js HTTP adapter is applicable.