Files
ebean/ebean-core-json/src/main/java/module-info.java
T

9 lines
245 B
Java

module io.ebean.core.json {
requires io.ebean.api;
requires transitive io.avaje.json;
exports io.ebeaninternal.json to io.ebean.test, io.ebean.core;
provides io.ebean.service.BootstrapService with io.ebeaninternal.json.DJsonService;
}