Class StepScopeManager

java.lang.Object
org.springframework.batch.core.scope.context.StepScopeManager

public class StepScopeManager extends Object
Convenient aspect to wrap a single threaded step execution, where the implementation of the Step is not step scope aware (i.e. not the ones provided by the framework).
Author:
Dave Syer