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

7 lines
106 B
Plaintext
Raw Normal View 히스토리

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