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 class which declares the method of this executable.
The class which declares the function of this executable.
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 true if this element is annotated with annotationType.
Returns true if this element is annotated with A.