Annotation Type Export


@Retention(CLASS) @Target(METHOD) public @interface Export
Mark a function as an export to host environment/JavaScript.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The external visible function name.
  • Element Details

    • name

      String name
      The external visible function name. If not set then the method name is used.
      Returns:
      the name
      Default:
      ""