--- old/src/share/classes/javax/lang/model/type/TypeKind.java 2011-02-01 10:09:18.000000000 -0800 +++ new/src/share/classes/javax/lang/model/type/TypeKind.java 2011-02-01 10:09:18.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -137,7 +137,14 @@ * An implementation-reserved type. * This is not the type you are looking for. */ - OTHER; + OTHER, + + /** + * A disjunctive type. + * + * @since 1.7 + */ + DISJUNCTIVE; /** * Returns {@code true} if this kind corresponds to a primitive