-
@Retention(RUNTIME) @Target(METHOD) public @interface FN
Annotate a method as a function. Functions will be exposed as controls on the component.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
value
Relative weight compared to other @FN elements.
-