Ideally, I'd like to have Spring instantiate all the beans from my context config, wire them together as specified, but never call init() on any of them. Is this possible?
Something else that might suit my needs: if there's a hook that runs after wiring but before init() is called on any of the beans.