Searched refs:FooContainer (Results 1 - 17 of 17) sorted by relevance

/openjdk9/langtools/test/tools/javac/annotations/repeatingAnnotations/
H A DMultiLevelRepeatableAnno.java34 @Repeatable(FooContainer.class)
38 @interface FooContainer { interface
43 FooContainer[] value();
H A DClassReaderDefault.java38 @interface FooContainer { interface
43 @Repeatable(FooContainer.class)
H A DMissingValueMethod.java11 @Repeatable(FooContainer.class)
14 @interface FooContainer{ interface
H A DWrongReturnTypeForValue.java11 @Repeatable(FooContainer.class)
16 @interface FooContainer{ interface
H A DDefaultCasePresent.java34 @Repeatable(FooContainer.class)
37 @interface FooContainer { interface
H A DDocumentedContainerAnno.java13 @Repeatable(FooContainer.class)
16 @interface FooContainer{ interface
H A DInheritedContainerAnno.java13 @Repeatable(FooContainer.class)
16 @interface FooContainer{ interface
H A DMissingDefaultCase1.java11 @Repeatable(FooContainer.class)
14 @interface FooContainer { interface
H A DMissingDefaultCase2.java11 @Repeatable(FooContainer.class)
14 @interface FooContainer { interface
H A DMissingContainer.java5 * @summary ContainerAnnotation does not have FooContainer.class specified
14 @interface FooContainer { interface
H A DMultipleAnnoMixedOrder.java34 @Repeatable(FooContainer.class)
39 @interface FooContainer { interface
H A DNoTargetOnContainer2.java32 @interface FooContainer { interface
47 @Repeatable(FooContainer.class)
H A DNoTargetOnContainer.java32 @interface FooContainer { interface
46 @Repeatable(FooContainer.class)
/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DOrderUnitTest.java56 @interface FooContainer { interface
61 @Repeatable(FooContainer.class)
67 @Foo(isDirect = true) @FooContainer({@Foo(isDirect = false)})
72 @FooContainer({@Foo(isDirect = false)}) @Foo(isDirect = true)
/openjdk9/langtools/test/tools/javac/processing/model/element/
H A DTestEmptyContainer.java70 @TestEmptyContainer.FooContainer({})
74 @Repeatable(FooContainer.class)
81 public static @interface FooContainer { interface in class:TestEmptyContainer
H A DTestNonInherited.java69 @Repeatable(FooContainer.class)
75 public static @interface FooContainer { interface in class:TestNonInherited
/openjdk9/langtools/test/tools/javac/annotations/repeatingAnnotations/8029017/
H A DTypeUseTargetNeg.java16 @Repeatable(FooContainer.class)
27 @interface FooContainer { interface

Completed in 179 milliseconds