-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 9
-
b121
-
Verified
For 9 we should consider adding:
RoundEnvironment.getElementsAnnotatedWith(Set<Class<? extends Annotation>> s)
RoundEnvironment.getElementsAnnotatedWith(Set<AnnotationMirror> s)
To make life easier for users of repeating annotations. Currently a user needs to make two calls, one getting all elements annotated with the container and one getting elements with the actual annotation.
RoundEnvironment.getElementsAnnotatedWith(Set<Class<? extends Annotation>> s)
RoundEnvironment.getElementsAnnotatedWith(Set<AnnotationMirror> s)
To make life easier for users of repeating annotations. Currently a user needs to make two calls, one getting all elements annotated with the container and one getting elements with the actual annotation.
- csr of
-
CCC-8032230 Enhance javax.a.p.RoundEnvironment after repeating annotations
-
- Closed
-
- relates to
-
JDK-8224628 Note that type parameters are not visited by ElementScanners
-
- Resolved
-
-
JDK-8224630 ElementScannerN, N > 9 should scan type parameters
-
- Resolved
-