mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
4 lines
100 B
Java
4 lines
100 B
Java
module java9_annotations {
|
|
exports org.jspecify.nullness;
|
|
// add packages needed to export
|
|
} |