Files
cherrypick/cherrypick_annotations/lib/src/module.dart

6 lines
173 B
Dart
Raw Normal View History

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