jakartaee / common-annotations-api

Jakarta Annotations
https://eclipse.org/ee4j/ca
Other
53 stars 39 forks source link

Nonnull and Nullable annotations added. #90

Closed tomas-langer closed 3 years ago

tomas-langer commented 3 years ago

Resolves #89

This PR adds only Nullable and Nonnull annotations from JSR 305, as these are the most commonly used and dramatically improve usability of any code using them.

Signed-off-by: Tomas Langer tomas.langer@oracle.com