1 2 3 4 5
module e.f.g { exports com.foo1; exports com.foo2 to a.b.c; exports com.foo3 to a.b.c, b.c.d; }