Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created November 28, 2012 03:51
Show Gist options
  • Save relax-more/4158916 to your computer and use it in GitHub Desktop.
Save relax-more/4158916 to your computer and use it in GitHub Desktop.
[Java] Javadoc で不等号を利用する
/**
* JavaDoc内で不等号を利用したい場合、{@code hogehoge} と記載する
*/
public class SignOfInequalityJavaDoc {
// test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment