Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.2-incubating
-
None
-
None
Description
why do we provide an AfterJob(Step)ScopeListener and a BeforeJob(Step)ScopeListener?
Isn't it enough to have only one JobScopeListener and StepScopeListener which implements both methods?
public void before(){...} public void after(){...}