Bean Lifecycle Separation

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1990

This topic has not yet been written. The content below is from the topic description.
Beans may depend on each other in a cycle. For instance, A depends on B at construction, but B depends on A at setter. Because of the Microcontainer’s fine-grained state lifecycle separation, this problem can be solved easily. Example 7.21. Bean Lifecycle Separation