Class ConstructionPlan<T>

java.lang.Object
org.apache.tapestry5.ioc.internal.util.ConstructionPlan<T>
All Implemented Interfaces:
ObjectCreator<T>

public class ConstructionPlan<T> extends 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