Searched refs:RTA (Results 1 - 2 of 2) sorted by relevance

/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DRepeatingTypeAnnotations.java37 @RTA @RTA Object fr1 = null;
38 Object fr2 = new @RTA @RTA Object();
47 Object o = new @RTA @RTA Object();
48 o = new @TA @RTA @RTA Object();
49 o = new @RTA @TA @RTA Objec
122 @interface RTA { } interface
[all...]
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/
H A DTest.java50 @Repeatable(RTAs.class) @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER}) @interface RTA {} interface
52 @ContainerFor(RTA.class) @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER}) @interface RTAs { RTA[] value(); }

Completed in 88 milliseconds