Suppose I have bean, which init-method or constructor should be called after init-method of another bean. Is it possible?
Use @DependsOn annotation or depends-on attribute if you're using xml configuration.