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

changeset 851
cad51b6eb7a6
parent 554
9d9f26857129
child 969
8cc5b440fdde
     1.1 --- a/src/share/classes/javax/lang/model/type/TypeKind.java	Mon Jan 31 19:06:32 2011 -0800
     1.2 +++ b/src/share/classes/javax/lang/model/type/TypeKind.java	Tue Feb 01 10:11:05 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -137,7 +137,14 @@
    1.11       * An implementation-reserved type.
    1.12       * This is not the type you are looking for.
    1.13       */
    1.14 -    OTHER;
    1.15 +    OTHER,
    1.16 +
    1.17 +    /**
    1.18 +      * A disjunctive type.
    1.19 +      *
    1.20 +      * @since 1.7
    1.21 +      */
    1.22 +    DISJUNCTIVE;
    1.23  
    1.24      /**
    1.25       * Returns {@code true} if this kind corresponds to a primitive

mercurial