Skip to content

Instantly share code, notes, and snippets.

@JesseZhuang
Created November 16, 2018 04:47
Show Gist options
  • Save JesseZhuang/1ea62244218b8394ec926ba5fabcfb5d to your computer and use it in GitHub Desktop.
Save JesseZhuang/1ea62244218b8394ec926ba5fabcfb5d to your computer and use it in GitHub Desktop.
javadoc link to enum field
/**
* https://stackoverflow.com/questions/1521239/how-to-link-to-a-enum-value-using-javadoc
* See {@link Planet#EARTH} or {@link com.something.somethingelse.Planet#EARTH}.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment