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

Print this page

        

*** 138,152 **** * This is not the type you are looking for. */ OTHER, /** ! * A disjunctive type. * * @since 1.7 */ ! DISJUNCTIVE; /** * Returns {@code true} if this kind corresponds to a primitive * type and {@code false} otherwise. * @return {@code true} if this kind corresponds to a primitive type --- 138,152 ---- * This is not the type you are looking for. */ OTHER, /** ! * A union type. * * @since 1.7 */ ! UNION; /** * Returns {@code true} if this kind corresponds to a primitive * type and {@code false} otherwise. * @return {@code true} if this kind corresponds to a primitive type