I have an export / import routine which becomes bigger and I decided to split up the packages into two smaller.
I tried to use org.yourcompany.business.export
...works fine! Unfortunately the opposite package with the name org.yourcompany.business.import
is not possible to use due to the reserved keyword import
in Java.
How do you name your import / export packages?
Thank you!
We're using exporter/importer.
Or maybe you want to use something like exchange.in and exchange.out, since that's normally the purpose of an importer/exporter - to exchange data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With