Skip to content

Instantly share code, notes, and snippets.

@ReneeVandervelde
Last active April 8, 2018 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReneeVandervelde/53a9102e5e22be843acdc69ed01719b8 to your computer and use it in GitHub Desktop.
Save ReneeVandervelde/53a9102e5e22be843acdc69ed01719b8 to your computer and use it in GitHub Desktop.
@Deprecated(
message = “I forgot about Foo!”,
replaceWith = ReplaceWith(“newHotness(DEFAULT, bar)”, “acme.sandbox.foo.DEFAULT”)
)
fun oldAndBusted(bar: String) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment