Moved all but one test cases from AnnotationJDRTest to loadJava.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.CONSTRUCTOR})
|
||||
@interface targetAnnotation {
|
||||
String value();
|
||||
}
|
||||
Reference in New Issue
Block a user