src/jdk.compiler/share/classes/com/sun/source/tree/MethodTree.java

Print this page

        

*** 44,54 **** * * @author Peter von der Ahé * @author Jonathan Gibbons * @since 1.6 */ - @jdk.Exported public interface MethodTree extends Tree { /** * Returns the modifiers, including any annotations for the method being declared. * @return the modifiers */ --- 44,53 ----