raiser_annotation 1.0.0
raiser_annotation: ^1.0.0 copied to clipboard
Annotations for the Raiser domain event library code generator.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-12-19 #
Added #
- @RaiserHandler annotation for marking event handler classes
priorityparameter for controlling execution orderbusNameparameter for routing handlers to named buses
- @RaiserMiddleware annotation for marking middleware classes
priorityparameter for controlling middleware orderbusNameparameter for routing middleware to named buses
- Support for dependency injection through annotation metadata
- Documentation and examples for all annotations