Interface LazyInitParent

  • All Known Subinterfaces:
    LazyInit

    public interface LazyInitParent
    Extension interface that supports with on-the-fly creation of nested IBeans. Beans of this type can, in case they have fields with other IBean types (LazyInitChild), on demand create instances of these types. See LazyInitChild for a description and comparison of the lazy loading extension interfaces.