I'm trying to use best practices that fit with Java 9 module system so that I have less work to do to get the benefits (and our system right now could really benefit from some modularity).
Is it permissible under the current standard for module A to export the package com.example.foo and also for module B to export the package com.example.foo?
As a related question, if relevant, is whether this point is actually settled or if it's still not final.