批注接口 NativeFunction


@Retention(RUNTIME) @Target(METHOD) public @interface NativeFunction
  • 元素详细资料

    • value

      String value
      默认值:
      ""
    • fast

      boolean fast
      默认值:
      false
    • allowPassHeap

      boolean allowPassHeap
      默认值:
      false
    • returnIsPointer

      boolean returnIsPointer
      默认值:
      false
    • needErrorNo

      boolean needErrorNo
      默认值:
      false