add injector to InjectApp

This commit is contained in:
Timi
2025-07-15 16:46:05 +08:00
parent 0970569738
commit 05606eda74
2 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class TimiInject implements InjectFactory {
if (TimiJava.isEmpty(app)) {
throw new NullPointerException("empty inject app");
}
app.injector = this;
// 初始化
long initAt = Time.now();
// Logo