Files
openproject/modules
Alexander Brandon Coles f7a5725386 Rename InjectField decorator to LazyInject
Renames the `InjectField` decorator (and its file) to `LazyInject` to
name its one distinguishing property: it resolves on first access, not
eagerly at construction. After migrating the DI-constructed call sites to
`inject()`, every remaining user keeps it deliberately for lazy
resolution — to break a circular dependency, to work on a manually
instantiated class, or to defer a service whose factory needs loaded
configuration. Mechanical rename, no behaviour change.
2026-06-04 17:45:16 +02:00
..
2026-06-04 04:37:15 +00:00
2026-05-26 16:33:15 +02:00