Annotation Interface RefillerParameter


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface RefillerParameter
Added to public fields in actions and setter methods in refill that should be available to olives
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name for the parameter in Shesmu if different from the Java name
    The Shesmu type descriptor for the setter if not inferred from the Java type
  • Element Details

    • name

      String name
      The name for the parameter in Shesmu if different from the Java name
      Default:
      ""
    • type

      String type
      The Shesmu type descriptor for the setter if not inferred from the Java type
      Default:
      ""