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