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
The JSR 305 Annotations library provides multiple annotations in the javax.annotation package, including @Nullable and @Nonnull which specify what can and can’t be null respectively.
The library also provides other annotations, such as @Immutable to specify immutable objects.
It’s also used by Minecraft Forge.
The JSR 305 Annotations library provides multiple annotations in the
javax.annotation
package, including@Nullable
and@Nonnull
which specify what can and can’t be null respectively.The library also provides other annotations, such as
@Immutable
to specify immutable objects.It’s also used by Minecraft Forge.
The text was updated successfully, but these errors were encountered: