< prev index next >

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

Print this page

        

*** 155,164 **** --- 155,165 ---- /** * 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 >