< prev index next >

src/java.base/share/classes/module-info.java

Print this page


   1 /*
   2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 202         jdk.jvmstat;
 203     exports sun.net to
 204         jdk.incubator.httpclient;
 205     exports sun.net.ext to
 206         jdk.net;
 207     exports sun.net.dns to
 208         java.security.jgss,
 209         jdk.naming.dns;
 210     exports sun.net.util to
 211         java.desktop,
 212         jdk.jconsole,
 213         jdk.naming.dns;
 214     exports sun.net.www to
 215         jdk.incubator.httpclient,
 216         java.desktop,
 217         jdk.jartool;
 218     exports sun.net.www.protocol.http to
 219         java.security.jgss;
 220     exports sun.nio.ch to
 221         java.management,
 222         jdk.crypto.token,
 223         jdk.sctp,
 224         jdk.unsupported;
 225     exports sun.nio.cs to
 226         java.desktop,
 227         jdk.charsets;
 228     exports sun.nio.fs to
 229         jdk.unsupported;
 230     exports sun.reflect.annotation to
 231         jdk.compiler;
 232     exports sun.reflect.generics.reflectiveObjects to
 233         java.desktop;
 234     exports sun.reflect.misc to
 235         java.corba,
 236         java.desktop,
 237         java.datatransfer,
 238         java.management,
 239         java.rmi,
 240         java.sql.rowset,
 241         java.xml,
 242         java.xml.ws;
 243     exports sun.security.action to
 244         java.desktop,
 245         java.security.jgss;
 246     exports sun.security.internal.interfaces to
 247         jdk.crypto.token;
 248     exports sun.security.internal.spec to
 249         jdk.crypto.token;
 250     exports sun.security.jca to
 251         java.smartcardio,
 252         jdk.crypto.ec,
 253         jdk.crypto.token,
 254         jdk.naming.dns;
 255     exports sun.security.pkcs to
 256         jdk.crypto.ec,
 257         jdk.jartool;
 258     exports sun.security.provider to
 259         java.rmi,
 260         java.security.jgss,
 261         jdk.crypto.token,
 262         jdk.policytool,
 263         jdk.security.auth;
 264     exports sun.security.provider.certpath to
 265         java.naming;
 266     exports sun.security.rsa to
 267         jdk.crypto.token;
 268     exports sun.security.ssl to
 269         java.security.jgss;
 270     exports sun.security.timestamp to
 271         jdk.jartool;
 272     exports sun.security.tools to
 273         jdk.jartool;
 274     exports sun.security.util to
 275         java.desktop,
 276         java.naming,
 277         java.rmi,
 278         java.security.jgss,
 279         java.security.sasl,
 280         java.smartcardio,
 281         java.xml.crypto,
 282         jdk.crypto.ec,
 283         jdk.crypto.token,
 284         jdk.jartool,
 285         jdk.policytool,
 286         jdk.security.auth,
 287         jdk.security.jgss;
 288     exports sun.security.x509 to
 289         jdk.crypto.ec,
 290         jdk.crypto.token,
 291         jdk.jartool,
 292         jdk.security.auth;
 293     exports sun.security.validator to
 294         jdk.jartool;
 295     exports sun.text.resources to
 296         jdk.localedata;
 297     exports sun.util.cldr to
 298         jdk.jlink;
 299     exports sun.util.locale.provider to
 300         java.desktop,
 301         jdk.jlink,
 302         jdk.localedata;
 303     exports sun.util.logging to
 304         java.desktop,
 305         java.logging,
 306         java.prefs;
 307     exports sun.util.resources to
 308         jdk.localedata;
 309 
 310     // JDK-internal service types
   1 /*
   2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 202         jdk.jvmstat;
 203     exports sun.net to
 204         jdk.incubator.httpclient;
 205     exports sun.net.ext to
 206         jdk.net;
 207     exports sun.net.dns to
 208         java.security.jgss,
 209         jdk.naming.dns;
 210     exports sun.net.util to
 211         java.desktop,
 212         jdk.jconsole,
 213         jdk.naming.dns;
 214     exports sun.net.www to
 215         jdk.incubator.httpclient,
 216         java.desktop,
 217         jdk.jartool;
 218     exports sun.net.www.protocol.http to
 219         java.security.jgss;
 220     exports sun.nio.ch to
 221         java.management,
 222         jdk.crypto.cryptoki,
 223         jdk.sctp,
 224         jdk.unsupported;
 225     exports sun.nio.cs to
 226         java.desktop,
 227         jdk.charsets;
 228     exports sun.nio.fs to
 229         jdk.unsupported;
 230     exports sun.reflect.annotation to
 231         jdk.compiler;
 232     exports sun.reflect.generics.reflectiveObjects to
 233         java.desktop;
 234     exports sun.reflect.misc to
 235         java.corba,
 236         java.desktop,
 237         java.datatransfer,
 238         java.management,
 239         java.rmi,
 240         java.sql.rowset,
 241         java.xml,
 242         java.xml.ws;
 243     exports sun.security.action to
 244         java.desktop,
 245         java.security.jgss;
 246     exports sun.security.internal.interfaces to
 247         jdk.crypto.cryptoki;
 248     exports sun.security.internal.spec to
 249         jdk.crypto.cryptoki;
 250     exports sun.security.jca to
 251         java.smartcardio,
 252         jdk.crypto.ec,
 253         jdk.crypto.cryptoki,
 254         jdk.naming.dns;
 255     exports sun.security.pkcs to
 256         jdk.crypto.ec,
 257         jdk.jartool;
 258     exports sun.security.provider to
 259         java.rmi,
 260         java.security.jgss,
 261         jdk.crypto.cryptoki,
 262         jdk.policytool,
 263         jdk.security.auth;
 264     exports sun.security.provider.certpath to
 265         java.naming;
 266     exports sun.security.rsa to
 267         jdk.crypto.cryptoki;
 268     exports sun.security.ssl to
 269         java.security.jgss;
 270     exports sun.security.timestamp to
 271         jdk.jartool;
 272     exports sun.security.tools to
 273         jdk.jartool;
 274     exports sun.security.util to
 275         java.desktop,
 276         java.naming,
 277         java.rmi,
 278         java.security.jgss,
 279         java.security.sasl,
 280         java.smartcardio,
 281         java.xml.crypto,
 282         jdk.crypto.ec,
 283         jdk.crypto.cryptoki,
 284         jdk.jartool,
 285         jdk.policytool,
 286         jdk.security.auth,
 287         jdk.security.jgss;
 288     exports sun.security.x509 to
 289         jdk.crypto.ec,
 290         jdk.crypto.cryptoki,
 291         jdk.jartool,
 292         jdk.security.auth;
 293     exports sun.security.validator to
 294         jdk.jartool;
 295     exports sun.text.resources to
 296         jdk.localedata;
 297     exports sun.util.cldr to
 298         jdk.jlink;
 299     exports sun.util.locale.provider to
 300         java.desktop,
 301         jdk.jlink,
 302         jdk.localedata;
 303     exports sun.util.logging to
 304         java.desktop,
 305         java.logging,
 306         java.prefs;
 307     exports sun.util.resources to
 308         jdk.localedata;
 309 
 310     // JDK-internal service types
< prev index next >