Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-13 Thread Chen Liang
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-12 Thread Adam Sotona
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-10 Thread Chen Liang
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-10 Thread Chen Liang
> Improve documentation for `class` file attributes. This include better > specification for user attributes, some more general information about > attributes, such as the usage of non-JVMS attributes, and updated some > attribute information in the base package too, such as Annotation and > Si