< prev index next >

src/java.compiler/share/classes/javax/lang/model/type/TypeKind.java

Print this page

        

@@ -155,10 +155,11 @@
 
     /**
      * A pseudo-type corresponding to a module element.
      * @see NoType
      * @since 9
+     * @spec JPMS
      */
     MODULE;
 
     /**
      * Returns {@code true} if this kind corresponds to a primitive
< prev index next >