singleton_manager_annotations 0.1.1
singleton_manager_annotations: ^0.1.1 copied to clipboard
Lightweight runtime annotations for singleton manager dependency injection. Provides @isSingleton and @isInjected annotations for use with singleton_manager_generator.
Changelog #
0.1.0 - 2026-03-16 #
Added #
- Initial release of singleton_manager_annotations
- @isSingleton annotation for marking singleton classes
- @isInjected annotation for marking injectable fields
- Zero external dependencies - pure annotation package
- Works seamlessly with singleton_manager_generator for code generation
Features #
- Lightweight runtime annotations for the singleton manager framework
- Designed to work with singleton_manager and singleton_manager_generator
- Minimal footprint with no external dependencies