Interface ExecutableElement

All Superinterfaces:
AnnotatedConstruct, Element, Parameterizable

public interface ExecutableElement extends Element, Parameterizable
Represents a method, constructor, or initializer (static or instance) of a class or interface, including annotation interface elements. Annotation interface elements are methods restricted to have no formal parameters, no type parameters, and no throws clause, among other restrictions; see JLS 9.6.1 for details
Since:
1.6
See Also: