public class BufferedIncrementAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
BufferedIncrementAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
afterReturning, afterThrowing, duringFinally, invokepublic Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments)
before in class ChainableMethodAdvicepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvice