Extract CsvReader - move DefaultCsvCallback and add module-info

This commit is contained in:
Rob Bygrave
2022-08-25 17:49:11 +12:00
parent 216c43eea6
commit 1aac01ead0
17 changed files with 19 additions and 200 deletions
-1
View File
@@ -40,7 +40,6 @@ module io.ebean.api {
exports io.ebean.service;
exports io.ebean.text;
exports io.ebean.text.json;
exports io.ebean.text.csv;
exports io.ebean.util;
}