Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-19600: Add nullability annotations to Java generated clients #19617

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. issue-1960: Add nullability annotations to Java generated clients

    Motivations:
    Have generated clients properly annotated for nullability to be able to check code using them with tools like NullAway
    
    Modifications:
    * Add nullable_var_annotations template to handle nullability annotation on vars
    * Add pojo templates to use the nullability template
    * Adapt tests
    nvervelle committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c34abc4 View commit details
    Browse the repository at this point in the history
  2. issue-1960: Add nullability annotations to Java generated clients

    Modifications:
    * Run export_docs_generator.sh script to update samples
    nvervelle committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb753a9 View commit details
    Browse the repository at this point in the history