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
I have a maven module which should only be used for tests in other modules.
Therefore, it would be very useful to be able to provide the package with @TestOnly in a package-info.java and not to provide every single class of the module with it.