Skip to content

Instantly share code, notes, and snippets.

@tigawa
Created May 14, 2013 02:00
Show Gist options
  • Save tigawa/5573080 to your computer and use it in GitHub Desktop.
Save tigawa/5573080 to your computer and use it in GitHub Desktop.
推奨しないメソッドにアノテーションを付ける
/**
* <省略>
*
* @deprecated 推奨しない理由
* @see #method(Long, String) <- 代替メソッド
*/
@Deprecated
public void method()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment