Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8215039

Add a mechanism to link to the definition of system properties

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • None
    • tools

      It would be good to be able to link to the definition of a system property.

      This may be an enhancement to the @see or {@link} mechanism.

      An obvious/basic suggestion is @see property:<name>

      However, simple use of "name" would require a pass over all the doc comments to determine the location (defining type, and hence page) for every property. A secondary suggestion would be to require the reference to include the defining type, as in @see property:<type>#<name>

            Unassigned Unassigned
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: