< prev index next > src/java.base/share/classes/module-info.java
Print this page
exports javax.security.auth.login;
exports javax.security.auth.spi;
exports javax.security.auth.x500;
exports javax.security.cert;
-
// additional qualified exports may be inserted at build time
// see make/gensrc/GenModuleInfo.gmk
exports com.sun.crypto.provider to
jdk.crypto.cryptoki;
// compiled with "--enable-preview".
// It is recommended for any modules that do participate that their
// module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
exports jdk.internal.javac to
java.compiler,
! jdk.compiler;
exports jdk.internal.access to
java.desktop,
java.logging,
java.management,
java.rmi,
// compiled with "--enable-preview".
// It is recommended for any modules that do participate that their
// module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
exports jdk.internal.javac to
java.compiler,
! jdk.compiler,
+ jdk.jdeps;
exports jdk.internal.access to
java.desktop,
java.logging,
java.management,
java.rmi,
jdk.incubator.vector;
exports jdk.internal.util.xml to
jdk.jfr;
exports jdk.internal.util.xml.impl to
jdk.jfr;
+ exports jdk.internal.value to // Needed by Unsafe
+ jdk.unsupported;
exports jdk.internal.util to
java.desktop,
java.prefs,
java.security.jgss,
java.smartcardio,
< prev index next >