Wrapped annotations test data so it will be processed by namespace comparator correctly.
This commit is contained in:
+6
-3
@@ -3,7 +3,10 @@ package test;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.CONSTRUCTOR})
|
||||
@interface targetAnnotation {
|
||||
String value();
|
||||
public interface AnnotationWithArrayOfEnumInParam {
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.CONSTRUCTOR})
|
||||
public @interface targetAnnotation {
|
||||
String value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user