Interface InitializationPlan<T>
public interface InitializationPlan<T>
Performs one initialization step on a newly created object.
- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the operation, used with theOperationTracker
.void
initialize
(T instance) Invoked by theConstructionPlan
inside a operation tracker block.
-
Method Details
-
getDescription
The description of the operation, used with theOperationTracker
. -
initialize
Invoked by theConstructionPlan
inside a operation tracker block.
-