Class ConstructionPlan<T>

  • All Implemented Interfaces:
    ObjectCreator<T>

    public class ConstructionPlan<T>
    extends java.lang.Object
    implements ObjectCreator<T>
    Encapsulates the initial construction of an object instance, followed by a series InitializationPlans to initialize fields and invoke other methods of the constructed object.
    Since:
    5.3