executable

Executable

Indicates whether or not the code snippet to which the attribute is attached is intended for direct execution.

Used on Element: <code>

ValueMeaning
noThe code cannot or should not be executed.
yesThe code is intended to be run.
Restriction@executable is an optional attribute; there is no default.