You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Java code is generated for deprecated elements, they are annotated with @java.lang.Deprecated. I believe that the @kotlin.Deprecated annotation should be applied to deprecated elements in generated Kotlin code.
The text was updated successfully, but these errors were encountered:
It is possible to mark most protocol buffer elements as deprecated using the
deprected
option, for example, a message can be deprecated like this:When Java code is generated for deprecated elements, they are annotated with
@java.lang.Deprecated
. I believe that the@kotlin.Deprecated
annotation should be applied to deprecated elements in generated Kotlin code.The text was updated successfully, but these errors were encountered: