@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface In
Input
or a method
with single parameter. A port will be created on the component. Inputs show first on the
component.
The value gives the relative position compared to other @In elements. Values must be unique. They do not have to be contiguous.
Modifier and Type | Required Element and Description |
---|---|
int |
value
Relative position compared to other @In elements.
|