ExecutableElement

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 type elements.

Since:
1.6
See Also:
ExecutableType

Methods

getTypeParameters

List<? extends TypeParameterElement> getTypeParameters()

Returns the formal type parameters of this executable in declaration o