Annotation Interface CTypedefOfInfo


@Retention(SOURCE) @Target(TYPE) public @interface CTypedefOfInfo
Informational only. Used to document the base type of a type mentioned in a C interface annotation. Currently use with CPointerTo to inform about the base primitive type of the type pointed to.
Since:
19.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the base type the C type of this annotated C interface class is a typedef of.
  • Element Details

    • value

      String value
      Specifies the base type the C type of this annotated C interface class is a typedef of. (i.e., typedef a1 a0; typedef a2 a1; => base type of a2 is a0)
      Since:
      19.0
      Default:
      ""