You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "peknu (via GitHub)" <gi...@apache.org> on 2023/05/10 14:42:27 UTC

[GitHub] [avro] peknu commented on pull request #2142: AVRO-3641: Adds support for nullSafeAnnotations to java SpecificCompiler

peknu commented on PR #2142:
URL: https://github.com/apache/avro/pull/2142#issuecomment-1542328560

   The JSR to develop standard annotations (such as @NonNull) for Java is dead since August 2006: https://jcp.org/en/jsr/detail?id=305
   
   Maybe this PR can be merged so that the most commonly used @Nullable and @NotNull annotations can be used. This would be especially useful for Kotlin based projects, since it would add compile time safety when using Avro.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org