Annotation Interface CTypedef


@Retention(RUNTIME) @Target(TYPE_USE) public @interface CTypedef
Defines a name for C type to be used in an entry-point method signature. Can be placed either on a type declaration or at a type-use site. If placed on both, the type-use site takes precedence.
Since:
23.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name to be used for this C type.
  • Element Details

    • name

      String name
      Name to be used for this C type.
      Since:
      23.0