org.aspectj/tests/features167/overweaving/X.aj

7 rindas
106 B
Plaintext

2009-10-31 18:14:35 +01:00
aspect X {
before(): execution(* *(..)) {
System.out.println("AspectX>>"+thisJoinPointStaticPart);
}
}