You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a little tool to ease the transition away from Java 8.
Add the class ModuleOpener to your application and call ModuleOpener.openAllModules() in your main
method, and you don't need to add any add-opens to your java command line anymore.
About
Just a little tool to ease the transition away from Java 8