@Retention(value=RUNTIME)
public @interface LogExecution
LoggingAspect.| Modifier and Type | Optional Element and Description |
|---|---|
int |
stackSize
When set to nonzero positive value,
LoggingAspect will add stack trace of the execution of the
specified depth to the output. |
public abstract int stackSize
LoggingAspect will add stack trace of the execution of the
specified depth to the output.