-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Out
Annotate a field representing an output, such asOutput
. A port will be created on the component. Outputs show after inputs.The value gives the relative position compared to other @Out elements. Values must be unique. They do not have to be contiguous.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
-