You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

module-info.java 96B

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