--- old/src/java.base/share/classes/java/lang/reflect/TypeVariable.java 2020-08-04 19:40:40.861626973 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/TypeVariable.java 2020-08-04 19:40:40.437626973 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -46,6 +46,7 @@ * @param the type of generic declaration that declared the * underlying type variable. * + * @jls 4.4 Type Variables * @since 1.5 */ public interface TypeVariable extends Type, AnnotatedElement {