aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorelandau <elandau@netflix.com>2018-08-07 14:24:33 -0700
committerEric Anderson <ejona@google.com>2018-08-15 12:24:01 -0700
commit0d4051ca6ee0c0240d79f88082831c22c26c4844 (patch)
tree327a14d4ee0809b0f83c6d01d5ec3bb6e294d0e7 /.gitattributes
parent30672635de18c86051b9ab1b7611d407b0852031 (diff)
downloadgrpc-grpc-java-0d4051ca6ee0c0240d79f88082831c22c26c4844.tar.gz
Include Java's @Deprecated annotation on RPC services or methods with `option deprecated = true;`
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6754557ea..d7df7b3f2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,6 @@
TestService.java.txt binary
TestServiceLite.java.txt binary
TestServiceNano.java.txt binary
+TestDeprecatedService.java.txt binary
+TestDeprecatedServiceLite.java.txt binary
+TestDeprecatedServiceNano.java.txt binary