Executable
Base class for any executable method (commands, components, modals...).
This never represents an aggregator.
Inheritors
Properties
All options from this executable, including from its aggregates.
All options from this executable, including from its aggregates, sorted by order of appearance in this function.
The parameters of this executable.
Functions
Finds all annotations of type annotationType from this executable's function.
Finds all annotations of type A from this executable's function.
Finds all annotations meta-annotated with annotationType from this executable's function.
Finds all annotations meta-annotated with A from this executable's function.
Finds a single annotation of type annotationType from this executable's function.
Finds a single annotation of type A from this executable's function.
Finds all annotations from this executable's function.
Returns the option with the supplied declared name (i.e., name of the method parameter), or null
if not found.
Returns the aggregated parameter with the supplied declared name (i.e., name of the method parameter), or null
if not found.
Returns true
if this element is annotated with annotationType.
Returns true
if this element is annotated with A.