Package org.fulib.fx.annotation.param
Annotation Interface Params
Methods annotated with this annotation will be called with the values of the specified parameters when using the
FulibFxApp.show(String, Map) method.
Order is important, the order of the parameters in the annotation has to match the order of the parameters in the method.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueThe names of the parameter which should be injected.- Returns:
- The name of the parameter.
-