Class ThisLazy
-
- All Implemented Interfaces:
-
pro.fessional.wings.silencer.enhance.ThisLazyAware
public class ThisLazy<T> implements ThisLazyAware<T>
@Setter(onMethod_ = {@Autowired, @Lazy}) protected RuntimeConfServiceImpl thisLazy = this;- Since:
2024-05-10
trydofor
-
-
Constructor Summary
Constructors Constructor Description ThisLazy()
-
Method Summary
Modifier and Type Method Description voidsetThisLazy(T self)inject enhanced this before Bean Initialization -
-
Method Detail
-
setThisLazy
void setThisLazy(T self)
inject enhanced this before Bean Initialization
-
-
-
-