mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
This commit is contained in:
parent
fef1ef7dfe
commit
25e03b5209
38 changed files with 725 additions and 638 deletions
|
@ -102,7 +102,9 @@ public sealed interface AnnotationValue {
|
|||
* {@return the constant pool entry backing this constant element}
|
||||
*
|
||||
* @apiNote
|
||||
* Different types of constant values may share the same type of entry.
|
||||
* Different types of constant values may share the same type of entry
|
||||
* because they have the same {@linkplain TypeKind##computational-type
|
||||
* computational type}.
|
||||
* For example, {@link OfInt} and {@link OfChar} are both
|
||||
* backed by {@link IntegerEntry}. Use {@link #resolvedValue
|
||||
* resolvedValue()} for a value of accurate type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue