@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ByPtr
Pointer and array arguments get passed by pointer. Since it is
not used for any other purposes at the moment, this annotation has no effect.Generator