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
      java.lang.String name
      The external visible function name.
    • Element Detail

      • name

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