jdk/src/java.base/share/classes/java/nio/file/spi/package-info.java
changeset 32143 394ab6a6658d
parent 25859 3317bb8137f4
equal deleted inserted replaced
32142:bb38b4bc2063 32143:394ab6a6658d
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Service-provider classes for the <tt>{@link java.nio.file}</tt> package.
    27  * Service-provider classes for the {@link java.nio.file} package.
    28  *
    28  *
    29  * <p> Only developers who are defining new file system providers or file type
    29  * <p> Only developers who are defining new file system providers or file type
    30  * detectors should need to make direct use of this package.  </p>
    30  * detectors should need to make direct use of this package.  </p>
    31  *
    31  *
    32  * <p> Unless otherwise noted, passing a <tt>null</tt> argument to a constructor
    32  * <p> Unless otherwise noted, passing a {@code null} argument to a constructor
    33  * or method in any class or interface in this package will cause a {@link
    33  * or method in any class or interface in this package will cause a {@link
    34  * java.lang.NullPointerException NullPointerException} to be thrown.
    34  * java.lang.NullPointerException NullPointerException} to be thrown.
    35  *
    35  *
    36  * @since 1.7
    36  * @since 1.7
    37  */
    37  */