updated to AspectJ 1.6.5
This commit is contained in:
parent
8754f0bc85
commit
8675281972
|
|
@ -132,6 +132,11 @@ public class MethodInvocationProceedingJoinPoint implements ProceedingJoinPoint,
|
||||||
return ProceedingJoinPoint.METHOD_EXECUTION;
|
return ProceedingJoinPoint.METHOD_EXECUTION;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getId() {
|
||||||
|
// TODO: It's just an adapter but returning 0 might still have side effects...
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
public JoinPoint.StaticPart getStaticPart() {
|
public JoinPoint.StaticPart getStaticPart() {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue