Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Delphi offers the option to mark e.g. methods as being deprecated, optionally including some helpful comment how to migrate the code. This should be supported via a generic "deprecated" annotation, like so:
service deprecate_everything { void Foo( ) ( deprecated = "Use Bar() instead" ) void Bar( ) ( deprecated ) // no comment this time }
Other languages are invited to "jump in" and support this annotation as well.
Attachments
Issue Links
- is cloned by
-
THRIFT-5408 Support for deprecated methods (via annotation)
- Closed
-
THRIFT-5692 Support for deprecated methods (via annotation)
- Closed
- is duplicated by
-
THRIFT-3461 Support Method Deprecation
- Closed
- links to