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