-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: core-libs
-
b91
-
generic
-
generic
-
Verified
javax.annotation.processing.RoundEnvironment.getElementsAnnotatedWith(TypeElement)
is a bit hard to use. This would be simpler:
roundEnv.getElementsAnnotatedWith(MyAnnotation.class);
is a bit hard to use. This would be simpler:
roundEnv.getElementsAnnotatedWith(MyAnnotation.class);