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

Use {@systemProperty} for definitions of system properties

XMLWordPrintable

    • b26

        Various RMI classes define system properties.

        java.rmi.server.RMISocketFactory
        java.rmi.server.hostname

        java.rmi.server.RMIClassLoader
        java.rmi.server.RMIClassLoaderSpi, java.rmi.server.codebase

        java.rmi.server.ObjID
        java.rmi.server.randomIDs

        java.rmi.ssl.SslRMIClientSocketFactory
        javax.rmi.ssl.client.enabledCipherSuites,
        javax.rmi.ssl.client.enabledProtocol

        The names of these properties are candidates to use the recently-new javadoc tag `{@systemProperty <name>}`, which will cause the property name to appear in the main javadoc search index.

              dkejriwal Deepak Kejriwal (Inactive)
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: