Wasn't spring-fu about full control over the configuration and bean registration process (including when the whole initialization code is executed)? With this new proposal is doesn't seem to be the case (the developer have no way to decide when the
initialize
method is executed). Am I correct?