mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
feat: implement generator di module
This commit is contained in:
5
cherrypick_annotations/lib/src/module.dart
Normal file
5
cherrypick_annotations/lib/src/module.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
/// Отмечает класс как injectable для автоматической регистрации.
|
||||
// ignore: camel_case_types
|
||||
class module {
|
||||
const module();
|
||||
}
|
||||
Reference in New Issue
Block a user