< prev index next >

src/java.base/share/classes/java/lang/Enum.java

Print this page

        

@@ -42,11 +42,11 @@
 /**
  * This is the common base class of all Java language enumeration types.
  *
  * More information about enums, including descriptions of the
  * implicitly declared methods synthesized by the compiler, can be
- * found in section 8.9 of
+ * found in section {@jls 8.9} of
  * <cite>The Java&trade; Language Specification</cite>.
  *
  * Enumeration types are all serializable and receive special handling
  * by the serialization mechanism. The serialized representation used
  * for enum constants cannot be customized. Declarations of methods
< prev index next >