Annotation Interface Params


@Target(METHOD) @Retention(RUNTIME) public @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
    Modifier and Type
    Required Element
    Description
    The names of the parameter which should be injected.
  • Element Details

    • value

      String[] value
      The names of the parameter which should be injected.
      Returns:
      The name of the parameter.