src/share/classes/javax/lang/model/type/ExecutableType.java

changeset 1651
972474640b7d
parent 1647
578eb3dd111d
child 2525
2eb010b6cb22
equal deleted inserted replaced
1650:74d7f9bcac93 1651:972474640b7d
27 27
28 28
29 import java.util.List; 29 import java.util.List;
30 30
31 import javax.lang.model.element.ExecutableElement; 31 import javax.lang.model.element.ExecutableElement;
32
33 32
34 /** 33 /**
35 * Represents the type of an executable. An <i>executable</i> 34 * Represents the type of an executable. An <i>executable</i>
36 * is a method, constructor, or initializer. 35 * is a method, constructor, or initializer.
37 * 36 *

mercurial