Package org.bytedeco.javacpp.annotation
Annotation Interface 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