mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8249687: Use inline @jls and @jvm tages in more places in java.base
Reviewed-by: bpb, mchung, mikael
This commit is contained in:
parent
d1d17200c5
commit
b7c307c019
17 changed files with 40 additions and 40 deletions
|
@ -32,7 +32,8 @@ import java.util.StringJoiner;
|
|||
* constants to decode class and member access modifiers. The sets of
|
||||
* modifiers are represented as integers with distinct bit positions
|
||||
* representing different modifiers. The values for the constants
|
||||
* representing the modifiers are taken from the tables in sections 4.1, 4.4, 4.5, and 4.7 of
|
||||
* representing the modifiers are taken from the tables in sections
|
||||
* {@jvms 4.1}, {@jvms 4.4}, {@jvms 4.5}, and {@jvms 4.7} of
|
||||
* <cite>The Java Virtual Machine Specification</cite>.
|
||||
*
|
||||
* @see Class#getModifiers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue