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) |
void |
finishStep() |
void |
startStep(org.aspectj.lang.JoinPoint joinPoint) |
void |
withStepAnnotation() |