Created
November 16, 2018 04:47
-
-
Save JesseZhuang/1ea62244218b8394ec926ba5fabcfb5d to your computer and use it in GitHub Desktop.
javadoc link to enum field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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