CSR :
|
|
Relates :
|
|
Relates :
|
JDK-8159378 :
|
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.
|