src/share/classes/javax/lang/model/element/ExecutableElement.java

Print this page
rev 218 : 6460529: Provide mixin interfaces for getQualifiedName and getTypeParameters
Reviewed-by: jjg

*** 1,7 **** /* ! * Copyright 2005-2006 Sun Microsystems, Inc. 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. Sun designates this --- 1,7 ---- /* ! * Copyright 2005-2009 Sun Microsystems, Inc. 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. Sun designates this
*** 38,48 **** * @author Scott Seligman * @author Peter von der Ahé * @see ExecutableType * @since 1.6 */ ! public interface ExecutableElement extends Element { /** * Returns the formal type parameters of this executable * in declaration order. * * @return the formal type parameters, or an empty list --- 38,48 ---- * @author Scott Seligman * @author Peter von der Ahé * @see ExecutableType * @since 1.6 */ ! public interface ExecutableElement extends Element, Parameterizable { /** * Returns the formal type parameters of this executable * in declaration order. * * @return the formal type parameters, or an empty list