RFR: JDK-8309964: Use directed inheritDoc for javax.lang.model API [v2]

Joe Darcy darcy at openjdk.org
Thu Jun 15 23:48:22 UTC 2023


On Thu, 15 Jun 2023 23:23:53 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Implement review feedback.
>
> src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java line 152:
> 
>> 150:      * @param p  {@inheritDoc TypeVisitor}
>> 151:      * @return a visitor-specified result
>> 152:      * @throws UnknownTypeException
> 
> Similar comment about inheriting exception info.

Good idea; I included the annotation value variant too -- I'll update the CSR for the change in annotation value visitor class.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14477#discussion_r1231631419


More information about the compiler-dev mailing list