Annotation Interface FFMName


@Target(METHOD) @Retention(RUNTIME) public @interface FFMName
Overrides the native function name.

By default, the native function name is equal to the Java method name, optionally prefixed by FFMPrefix, if specified on the interface.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The native function name.
  • Element Details

    • value

      String value
      The native function name.