< prev index next >

src/java.base/share/classes/java/lang/reflect/AnnotatedParameterizedType.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2012, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 28,37 **** --- 28,38 ---- /** * {@code AnnotatedParameterizedType} represents the potentially annotated use * of a parameterized type, whose type arguments may themselves represent * annotated uses of types. * + * @jls 4.5 Parameterized Types * @since 1.8 */ public interface AnnotatedParameterizedType extends AnnotatedType { /**
< prev index next >