Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When creating a new bean such as
@BindToRegistry
public MyBean myBean()
We can have a way to support bean post processing so we can do ioc injection on the created bean.
There can maybe be an option on camel main you can turn on | off.
Also we can support this for fields only, if you dont need to do any customization
@BindToRegistry
private MyBean myBean