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
{{ message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This warning occurs when building the lib module (at least in java8; not sure if that happens in other versions).
Javadoc Warnings
warning: unknown enum constant When.MAYBE
reason: class file for javax.annotation.meta.When not found
According to this link, it needs a library, but it's not intended to introduce this lib (and eventually force it as a dependency in projects using MultiRabbit) only to fix the Javadoc warning during the build. But also it does not work in test scope.