Integrated: 8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned

Chen Liang liach at openjdk.org
Wed Oct 30 06:01:20 UTC 2024


On Mon, 1 Jul 2024 19:20:48 GMT, Chen Liang <liach at openjdk.org> wrote:

> Clarify that only `Class` is returned for core reflection implementation, and the return type is `Type` to support other implementations, such as ones modeling unloaded or remote types.

This pull request has now been integrated.

Changeset: 158ae51b
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/158ae51be0fa5e8f90ad534df3e4f07745a443dc
Stats:     11 lines in 1 file changed: 6 ins; 2 del; 3 mod

8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned

Reviewed-by: darcy

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

PR: https://git.openjdk.org/jdk/pull/19978


More information about the core-libs-dev mailing list