Package org.bytedeco.javacpp.annotation
Annotation Type StdVector
@Documented
@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
@Adapter("VectorAdapter")
public @interface StdVector
A shorthand for
@Adapter("VectorAdapter<type>")
.- See Also:
-
Optional Element Summary
Optional Elements