Annotation Type ReturnVariables.ReturnVariable
- Enclosing class:
- ReturnVariables
@Repeatable(ReturnVariables.class)
@Target(TYPE)
@Retention(RUNTIME)
public static @interface ReturnVariables.ReturnVariable
Declare return variable for the component.
Put annotation on Emitter
,
PartitionMapper
,
DriverRunner
,
Processor
to declare return variables
Note. This functionality is for the Studio only.
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
- Returns:
- studio name for variable (like: QUERY)
-
-
-
description
- Returns:
- description of the variable. If it's an empty the key value might be used instead
- Default:
- ""
-
type
- Returns:
- type of variable
- Default:
- java.lang.String.class
-
availability
- Default:
- AFTER
-