blob: 52904fac817c9846fe64d8bd07c3c592f226b95c [file] [log] [blame]
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
syntax = "proto3";
package deprecated_file;
option deprecated = true;
// TODO : Add deprecation options on messages, enums fields as well and
// add tests to verify those annotations are actually generated.