8342465: Improve API documentation for java.lang.classfile

Reviewed-by: asotona, darcy
This commit is contained in:
Chen Liang 2025-01-27 14:03:35 +00:00
parent 7d6055a786
commit 1d8ccb8920
44 changed files with 2932 additions and 1014 deletions

View file

@ -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: