langtools/src/java.compiler/share/classes/javax/lang/model/type/TypeKind.java
changeset 43767 9cff98a149cb
parent 36526 3b41f1c69604
equal deleted inserted replaced
43648:ce7b7f98a236 43767:9cff98a149cb
   155 
   155 
   156     /**
   156     /**
   157      * A pseudo-type corresponding to a module element.
   157      * A pseudo-type corresponding to a module element.
   158      * @see NoType
   158      * @see NoType
   159      * @since 9
   159      * @since 9
       
   160      * @spec JPMS
   160      */
   161      */
   161     MODULE;
   162     MODULE;
   162 
   163 
   163     /**
   164     /**
   164      * Returns {@code true} if this kind corresponds to a primitive
   165      * Returns {@code true} if this kind corresponds to a primitive