ter.junixsocket.junixsocket-darwin.2.10.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junixsocket-darwin Show documentation
Show all versions of junixsocket-darwin Show documentation
The junixsocket implementation for AF_SYSTEM sockets
The newest version!
/**
* The junixsocket implementation for things specific to Darwin (macOS kernel), such as AF_SYSTEM
* sockets.
*/
module org.newsclub.net.unix.darwin {
exports org.newsclub.net.unix.darwin.system;
requires transitive org.newsclub.net.unix;
requires static com.kohlschutter.annotations.compiletime;
requires static org.eclipse.jdt.annotation;
}