mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
Reviewed-by: lancea, abuckley
This commit is contained in:
parent
94e1d7530f
commit
d3dd56d3b2
5 changed files with 10 additions and 10 deletions
|
@ -917,7 +917,7 @@ public final class Class<T> implements java.io.Serializable,
|
|||
*
|
||||
* <p>If the superclass is a parameterized type, the {@code Type}
|
||||
* object returned must accurately reflect the actual type
|
||||
* parameters used in the source code. The parameterized type
|
||||
* arguments used in the source code. The parameterized type
|
||||
* representing the superclass is created if it had not been
|
||||
* created before. See the declaration of {@link
|
||||
* java.lang.reflect.ParameterizedType ParameterizedType} for the
|
||||
|
@ -1097,7 +1097,7 @@ public final class Class<T> implements java.io.Serializable,
|
|||
*
|
||||
* <p>If a superinterface is a parameterized type, the
|
||||
* {@code Type} object returned for it must accurately reflect
|
||||
* the actual type parameters used in the source code. The
|
||||
* the actual type arguments used in the source code. The
|
||||
* parameterized type representing each superinterface is created
|
||||
* if it had not been created before. See the declaration of
|
||||
* {@link java.lang.reflect.ParameterizedType ParameterizedType}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue