Annotation Type StdVector


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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The template type of VectorAdapter.
    • Element Detail

      • value

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