Interface ProceedingJoinPoint

All Superinterfaces:
JoinPoint

public interface ProceedingJoinPoint extends JoinPoint
ProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects
Author:
Alexandre Vasseur