RFR: 8325433: Type annotations on primitive types are not linked [v2]
Chen Liang
liach at openjdk.org
Mon Mar 11 13:42:55 UTC 2024
On Mon, 11 Mar 2024 06:36:49 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed unused methods
>
> test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/MethodReturnType.java line 54:
>
>> 52:
>> 53: @MRtnA int primitive() { return 0; }
>> 54: @MRtnA int @MRtnB [] primitiveArray1Deep() { return null; }
>
> These two fields have not been verified?
I'm pretty sure the default scoped one is verified. I've removed the unused modified scoped ones.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18179#discussion_r1519736994
More information about the javadoc-dev
mailing list