raiser_annotation 2.0.1
raiser_annotation: ^2.0.1 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.
2.0.1 - 2026-01-08 #
Changed #
- Migrated generator implementation away from deprecated analyzer element APIs to remove deprecation warnings.
2.0.0 - 2026-01-08 #
Changed #
- Updated documentation references from
DomainEventtoRaiserEvent(matches core library breaking change)
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