Expand deprecated-error
metadata to support all type/member constructs
#1321
Labels
enhancement
Proposed change to current functionality
generator
Issues binding a Java library (generator, class-parse, etc.)
Context: dotnet/android#1303 (comment)
Context: 8f30933
In 8f30933, support was added for the
deprecated-error
metadata on<field>
to help with deprecating old API. This results in[Obsolete (..., error: true)]
attributes being added.It would likely be handy to have this metadata ability extended to support all possible types and members (
class
,interface
,method
,constructor
) to facilitate deprecation scenarios.The text was updated successfully, but these errors were encountered: