2020-05-20 14:56:37 +02:00
|
|
|
module org.xbib.netty.http.server.api {
|
|
|
|
exports org.xbib.netty.http.server.api;
|
|
|
|
exports org.xbib.netty.http.server.api.annotation;
|
2020-07-06 00:08:07 +02:00
|
|
|
exports org.xbib.netty.http.server.api.security;
|
2020-06-05 10:40:42 +02:00
|
|
|
requires transitive org.xbib.netty.http.common;
|
2020-05-20 14:56:37 +02:00
|
|
|
}
|