< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/LinkInfoImpl.java

Print this page

        

@@ -213,11 +213,16 @@
         PROPERTY_COPY,
 
         /**
          * A receiver type
          */
-        RECEIVER_TYPE
+        RECEIVER_TYPE,
+
+        /**
+         * A record component within a class signature
+         */
+        RECORD_COMPONENT
     }
 
     public final HtmlConfiguration configuration;
 
     /**
< prev index next >