--- old/src/java.compiler/share/classes/javax/lang/model/element/Element.java 2020-02-14 11:27:08.084933029 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/element/Element.java 2020-02-14 11:27:07.772933029 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2020, 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 @@ -78,6 +78,43 @@ /** * Returns the {@code kind} of this element. * + * + * * @return the kind of this element */ ElementKind getKind(); --- old/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-02-14 11:27:08.904933029 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-02-14 11:27:08.540933029 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2020, 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 @@ -161,6 +161,24 @@ interface Directive { /** * Returns the {@code kind} of this directive. + * * * @return the kind of this directive */ --- old/src/java.compiler/share/classes/javax/lang/model/type/TypeMirror.java 2020-02-14 11:27:09.672933029 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/type/TypeMirror.java 2020-02-14 11:27:09.336933029 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2020, 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 @@ -62,6 +62,46 @@ /** * Returns the {@code kind} of this type. * + * + * * @return the kind of this type */ TypeKind getKind();