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