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
It would be really nice to have an annotation, perhaps @ApiStatus.SuggestedAlternative, @ApiStatus.UseInstead or @ApiStatus.ReplaceWith that used the same internal logic as Kotlin's deprecation system to allow Java developers to provide alternatives to deprecated elements that can be picked up by an IDE.
The text was updated successfully, but these errors were encountered:
It's nice that such a function exists in another API, but it would be better if all possible functions are combined in one API, because then you only have to include one.
It would be really nice to have an annotation, perhaps
@ApiStatus.SuggestedAlternative
,@ApiStatus.UseInstead
or@ApiStatus.ReplaceWith
that used the same internal logic as Kotlin's deprecation system to allow Java developers to provide alternatives to deprecated elements that can be picked up by an IDE.The text was updated successfully, but these errors were encountered: