open fun configureBean(beanInstance: Any): Unit
Configure the bean instance.
Subclasses can override this to provide custom configuration logic. Typically called by an aspect, for all bean instances matched by a pointcut.
beanInstance - the bean instance to configure (must not be null)