IBM Streams 4.3.0

Annotations

Operators can be annotated. Annotations influence the run time behavior of stream processing applications.

Annotations are identified by a keyword beginning with the @ symbol. They consist of a set of zero or more parameter name and value pairs in parentheses. The valid parameter names are determined by the specific annotation. Likewise, the valid parameter values are specific to an annotation and parameter. The parameter list can occur in any order in the annotation.