Files
cherrypick/cherrypick_annotations/lib/injectable.dart

7 lines
163 B
Dart
Raw Normal View History

2025-05-16 09:30:30 +03:00
library;
/// Отмечает класс как injectable для автоматической регистрации.
class Injectable {
const Injectable();
}