Interface ThisLazyAware
-
- All Implemented Interfaces:
public interface ThisLazyAware<T>@Setter(onMethod_ = {@Autowired, @Lazy}) protected RuntimeConfServiceImpl thisLazy = this;- Since:
2024-05-10
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract voidsetThisLazy(T thisLazy)inject enhanced this before Bean Initialization -
-
Method Detail
-
setThisLazy
abstract void setThisLazy(T thisLazy)
inject enhanced this before Bean Initialization
- Parameters:
thisLazy- enhanced bean
-
-
-
-