public class PR320 { public static void main(String[] args) { //org.aspectj.testing.Tester.check(false, "Shouldn't have compiled!"); org.aspectj.testing.Tester.check(true, "OK to compile by 08b1!"); } } class Product1 {} aspect Product1Aspect pertarget(target(Product1)){ pointcut instance(Product1 p): target(p); before(Product1 p): instance(p) { System.out.println("Im am instance of product1"); } } rc='/cgit.png' alt='cgit logo'/> index : jgit.git
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgitwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/BUILD
blob: 623c5beb2dadc196c0ecfda3df9256907dc5a3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16