mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8283274: Improve @jvms usage in java.base
Reviewed-by: iris
This commit is contained in:
parent
31df6a60a8
commit
5ef1990d6c
6 changed files with 12 additions and 12 deletions
|
@ -116,7 +116,7 @@ public sealed interface ClassDesc
|
|||
* followed by the field descriptor for the component type. Examples of
|
||||
* valid type descriptor strings include {@code "Ljava/lang/String;"}, {@code "I"},
|
||||
* {@code "[I"}, {@code "V"}, {@code "[Ljava/lang/String;"}, etc.
|
||||
* See JVMS 4.3.2 ("Field Descriptors") for more detail.
|
||||
* See JVMS {@jvms 4.3.2 }("Field Descriptors") for more detail.
|
||||
*
|
||||
* @param descriptor a field descriptor string
|
||||
* @return a {@linkplain ClassDesc} describing the desired class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue