mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8342465: Improve API documentation for java.lang.classfile
Reviewed-by: asotona, darcy
This commit is contained in:
parent
7d6055a786
commit
1d8ccb8920
44 changed files with 2932 additions and 1014 deletions
|
@ -78,7 +78,8 @@ public sealed interface ModuleResolutionAttribute
|
|||
permits BoundAttribute.BoundModuleResolutionAttribute, UnboundAttribute.UnboundModuleResolutionAttribute {
|
||||
|
||||
/**
|
||||
* {@return the module resolution flags}
|
||||
* {@return the module resolution flags} It is in the range of unsigned
|
||||
* short, {@code [0, 0xFFFF]}.
|
||||
* <p>
|
||||
* The value of the resolution_flags item is a mask of flags used to denote
|
||||
* properties of module resolution. The flags are as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue