Hacker News new | ask | show | jobs
by orclev 3278 days ago
Having not really looked into the Java 9 features much yet can you expand on that last point? It sounds like that's more or less what I'm looking for though. Is it possible to declare a package to be open to multiple modules? I.E. could I do something like:

  open com.foo.mylib to com.fasterxml.jackson.core
  open com.foo.mylib to org.springframework.core