[GitHub] thrift pull request #1522: THRIFT-4530: add @Nullable annotations to generat...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1522 ---

[GitHub] thrift pull request #1522: THRIFT-4530: add @Nullable annotations to generat...

2018-03-28 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1522#discussion_r177720513 --- Diff: lib/java/src/org/apache/thrift/annotations/Nullable.java --- @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] thrift pull request #1522: THRIFT-4530: add @Nullable annotations to generat...

2018-03-27 Thread msridhar
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