google / google-java-format

Reformats Java source code to comply with Google Java Style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define a module manifest

yaauie opened this issue · comments

It would be helpful if this project would define a module manifest, so that I could avoid exporting java module internals to ALL-UNNAMED in Java 17+. I understand I would still need to add those exports, but the reduced scope would be helpful.