GitHub user msridhar opened a pull request:
https://github.com/apache/thrift/pull/1522
THRIFT-4530: add @Nullable annotations to generated Java code
Use our own `org.apache.thrift.annotations.Nullable` annotation to avoid
introducing a third-party dependency
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/msridhar/thrift THRIFT-4530
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1522.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1522
----
commit 6bc560a1a55a1fca720b4fe7057f25c06fc358d1
Author: Manu Sridharan <msridhar@...>
Date: 2018-03-20T21:45:22Z
THRIFT-4530: add @Nullable annotations to generated Java code
Use our own `org.apache.thrift.annotations.Nullable` type to avoid
introducing a third-party dependency
----
---