Annotation Interface FFMName


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface FFMName
Overrides the native name of:
  • Downcalls. By default, the native function name is equal to the Java method name, optionally prefixed by FFMPrefix, if specified on the container interface.
  • Groups (structs/unions). By default, the native group name is equal to the interface name.
  • Group accessor methods. By default, the corresponding native member name is equal to the Java method name.
  • Required Element Summary

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

    • value

      String value
      The native name.