jakartaee / common-annotations-api

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

Reimplement CheckReturnValue #93

Open cowwoc opened 2 years ago

cowwoc commented 2 years ago

I understand that JSR 305 cannot be imported directly into this library due to licensing reasons but my library needs the functionality provided by javax.annotations.CheckReturnValue. Please reimplement this functionality as part of this library, ideally with the same class name (because IDEs depend upon it).