I have component which is not managed by Spring Container. It is created using new from third party library. I want intercept some of these component methods. I have read the documentation for LTW and it says to annotate the component with @Configurable and then this will eligible for Spring driven configuration . But I have no control over this component to annotate it.
How can I intercept such component methods?
