1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-08-15 02:13:50 +02:00
org.aspectj/tests/jsrc/TraceCalls.java

6 linhas
179 B
Java
Original Visão normal Histórico

2002-12-16 19:51:06 +01:00
aspect TraceCalls extends Trace of eachJVM() {
pointcut targets():
(within(java..*) || within(javax..*) || within(org.aspectj..*)) &&
(calls(* *(..)) || calls(new(..)));
}