Annotation Type StdMove


@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) @Adapter("MoveAdapter") public @interface StdMove
A shorthand for @Adapter("MoveAdapter<type>").
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The template type of MoveAdapter.
  • Element Details

    • value

      String value
      The template type of MoveAdapter. If not specified, it is inferred from the value type of the Pointer or Java array.
      Default:
      ""