JDK-8286307 : Enable {@Value...} to allow formatting of values (as hexadecimal, etc).
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2022-05-06
  • Updated: 2022-05-06
  • Resolved: 2022-05-06
Related Reports
Duplicate :  
Description
When including {@value xxx} in the javadoc it would be useful if the format of the value could be part of the tag.

For example, some constants should be formatted as hexadecimal instead of the default of decimal. Similarly, for floating point and other values.
Comments
Duplicate of JDK-8286101.
06-05-2022