public class StepAspect
extends java.lang.Object
| Constructor and Description |
|---|
StepAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
anyMethod() |
void |
failedStep(java.lang.Throwable throwable,
Step step) |
void |
finishStep(Step step) |
void |
startStep(org.aspectj.lang.JoinPoint joinPoint,
Step step) |
void |
withStepAnnotation(Step step) |
public void withStepAnnotation(Step step)
public void anyMethod()
public void startStep(org.aspectj.lang.JoinPoint joinPoint,
Step step)
public void finishStep(Step step)
public void failedStep(java.lang.Throwable throwable,
Step step)