Class decorator: mark a class as a light-router handler container.
The class is registered as a container service and contributed to stone.keyRouting.handlers; the
KeyRoutingServiceProvider resolves it (with dependency injection) and wires its @OnKey
methods into the key-router.
Class decorator: mark a class as a light-router handler container.
The class is registered as a container service and contributed to
stone.keyRouting.handlers; the KeyRoutingServiceProvider resolves it (with dependency injection) and wires its@OnKeymethods into the key-router.