Home | History | Annotate | Download | only in resources

META-INF/MANIFEST.MF
test/TestAnnotation.class
TestAnnotation.java
package test
public abstract test.TestAnnotation extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract int x () 
}

.classpath
test/ClassWithAnnotations.class
ClassWithAnnotations.java
package test
public test.ClassWithAnnotations extends java.lang.Object {
	public void  () 
	public static void main (java.lang.String[]) 
		String[] args
}

.project