Annotation Interface FFMDefinition


@Target({TYPE,METHOD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface FFMDefinition
Defines a function signature or a struct/union.

There is no functionality associated with this annotation, it's only used for documentation purposes.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The definition as specified in the native language.
  • Element Details

    • value

      String value
      The definition as specified in the native language.