com.kenai.jaffl.annotations
Annotation Type In


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface In

Indicates that the parameter is an IN parameter.

If a parameter is tagged only as In, and a temporary native memory area needs to be allocated before passing the data to native memory, then the java data is copied from java memory to native memory, but it is not copied back to java from the native memory area after the call.



Copyright © 2011. All Rights Reserved.