-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b23
Various classes in the java.nio packages define system properties:
java.nio.file.spi.FileSystemProvider:
java.nio.file.spi.DefaultFileSystemProvider
java.nio.channels.spi.SelectorProvider:
java.nio.channels.spi.SelectorProvider
java.nio.channels.spi.AsynchronousChannelProvider:
java.nio.channels.spi.AsynchronousChannelProvider
java.nio.channels.AsynchronousChannelGroup:
java.nio.channels.DefaultThreadPool.threadFactory,
java.nio.channels.DefaultThreadPool.initialSize
The property names are candidates to be wrapped with the recently-new `{@systemProperty <name>}` tag, which will cause the property name to be placed in the main javadoc search index.
java.nio.file.spi.FileSystemProvider:
java.nio.file.spi.DefaultFileSystemProvider
java.nio.channels.spi.SelectorProvider:
java.nio.channels.spi.SelectorProvider
java.nio.channels.spi.AsynchronousChannelProvider:
java.nio.channels.spi.AsynchronousChannelProvider
java.nio.channels.AsynchronousChannelGroup:
java.nio.channels.DefaultThreadPool.threadFactory,
java.nio.channels.DefaultThreadPool.initialSize
The property names are candidates to be wrapped with the recently-new `{@systemProperty <name>}` tag, which will cause the property name to be placed in the main javadoc search index.
- relates to
-
JDK-8211132 Support {@systemProperty <name>} tag
-
- Closed
-