@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface JSByRef
Marks parameters of JavaScript methods that should be passed by reference. This annotation is only applicable to parameters of array type. More specifically: to: byte[], short[], char[], int[], float[], double[] or T[], where T is JSObject.
Copyright © 2017. All rights reserved.