< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2004, 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) 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 26,35 **** --- 26,37 ---- package java.lang.reflect; /** * {@code GenericArrayType} represents an array type whose component * type is either a parameterized type or a type variable. + * + * @jls 10.1 Array Types * @since 1.5 */ public interface GenericArrayType extends Type { /** * Returns a {@code Type} object representing the component type
< prev index next >