JDK 15 RFR of 8225495: Note whether returned annotations are declaration annotations or type annotations, take 2
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Feb 20 23:13:18 UTC 2020
There's a typo, "declarations annotations" in AnnotatedConstruct.java.
Looks OK to me, but I recommend also getting approval from the author of
the previous round of feedback.
-- Jon
On 2/18/20 9:19 PM, Joe Darcy wrote:
> Hello,
>
> Please review a second iteration of the fix for
>
> 8225495: Note whether returned annotations are declaration
> annotations or type annotations
> http://cr.openjdk.java.net/~darcy/8225495.1/
>
> In response to previous feedback [1], I made additional ties between
> the javadoc specs and the JLS. Also, a note was added to
> Elements.getAllAnnotationMirrors.
>
> As an RFE for the inline @jls tag, if there was a "@jlsPlain" tag
> allowed linkage without displaying the section numbers, I would have
> used that in a few locations in this changeset.
>
> Thanks,
>
> -Joe
>
> [1]
> https://mail.openjdk.java.net/pipermail/compiler-dev/2019-June/013455.html
>
More information about the compiler-dev
mailing list