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
We want to migrate away from @nullable (#17), and this is a first step.
Furthermore, support all annotations with name Nullable or NullableDecl,
regardless of their package.
This makes it easier for people who cannot use the standard annotations,
because they can just define their own annotations.
Guava is moving aways from the annotations in
javax.annotations
because of some problems with them. We should probably do the same, and as a first step accept the new annotations everywhere where our code checks for existence of the old annotations (e.g., where we check whether something is annotated with@Nullable
inClasses
).The text was updated successfully, but these errors were encountered: