選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
aclement 6870da4cbc tests and fixes for pr164384 17年前
..
Hello.java tests and fixes for pr164384 17年前
MainClass.java tests and fixes for pr164384 17年前
MyAnnotation.java tests and fixes for pr164384 17年前
README.txt tests and fixes for pr164384 17年前
WorldAspect.aj tests and fixes for pr164384 17年前
library.jar tests and fixes for pr164384 17年前

README.txt

to build library.jar:

Compile the classes with a java6 jvm: javac Hello.java MyAnnotation.java

Create the jar file: jar cf library.jar Hello.class MyAnnotation.class