This commit is contained in:
Jisi Liu 2017-08-31 11:24:05 -07:00
parent dd69d5cb5e
commit f9b81690f5

View File

@ -33,3 +33,6 @@ syntax = "proto3";
package deprecated_file;
option deprecated = true;
// TODO (liujisi): Add deprecation options on messages, enums fields as well and
// add tests to verify those annotations are actually generated.