@FunctionalInterface public interface BeanInjector<T extends Annotation>
//@Db 注入器添加
context.beanInjectorAdd(Db.classs, (vh, anno)->{
...
});
//@Db demo| Modifier and Type | Method and Description |
|---|---|
default void |
doFill(Object obj,
T anno)
填充
|
void |
doInject(VarHolder vh,
T anno)
注入
|
Copyright © 2025. All rights reserved.