Searched refs:AnnotatedElementInfo (Results 1 - 10 of 10) sorted by relevance

/openjdk10/langtools/test/tools/javac/processing/environment/round/
H A DPart1.java28 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings",
H A DFoo.java24 @AnnotatedElementInfo(annotationName="AnnotatedElementInfo",
H A DSurfaceAnnotations.java28 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings",
H A DErroneousAnnotations.java5 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings",
H A DC2.java24 @AnnotatedElementInfo(annotationName="InheritedAnnotation",
H A DParameterAnnotations.java28 @AnnotatedElementInfo(annotationName="Anno",
H A DBuriedAnnotations.java28 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings",
H A DAnnotatedElementInfo.java32 public @interface AnnotatedElementInfo { interface
H A DTypeParameterAnnotations.java28 @AnnotatedElementInfo(annotationName="TpAnno",
H A DTestElementsAnnotatedWith.java63 * AnnotatedElementInfo annotation.
65 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings", expectedSize=0, names={})
151 TypeElement annotatedElemInfoElem = elements.getTypeElement("AnnotatedElementInfo");
154 // annotation and AnnotatedElementInfo and verify the return
155 // set is the union of searching for AnnotatedElementInfo and
168 // Verify AnnotatedElementInfo is present on the first
173 AnnotatedElementInfo annotatedElemInfo =
174 firstType.getAnnotation(AnnotatedElementInfo.class);
179 "Missing AnnotatedElementInfo annotation on " + firstType);
220 tmp.add(AnnotatedElementInfo
[all...]

Completed in 69 milliseconds