-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface In
Annotate a field or method representing an input, such as anInput
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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
Relative position compared to other @In elements.
-