Declarative invocation files
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Declarative invocation files rely on annotations. Annotations are
a methodology to capture information in source code that extends
the ABL language syntax. ABL source code annotations signal that external
procedures, internal procedures, and user-defined functions are
available to Sonic ESB processes. For external procedures, the annotation
must precede all ABL statements in the source file. For internal
procedures and user-defined functions, the annotation must precede
the PROCEDURE or FUNCTION statement.