mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Extract CsvReader - move DefaultCsvCallback and add module-info
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module io.ebean.csv.reader {
|
||||
|
||||
requires io.ebean.api;
|
||||
|
||||
exports io.ebean.csv.reader;
|
||||
}
|
||||
Reference in New Issue
Block a user