mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
7 lines
163 B
Dart
7 lines
163 B
Dart
|
|
library;
|
||
|
|
|
||
|
|
/// Отмечает класс как injectable для автоматической регистрации.
|
||
|
|
class Injectable {
|
||
|
|
const Injectable();
|
||
|
|
}
|