com.kenai.jaffl.annotations
Annotation Type Clear


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

Indicates that the temporary native memory allocated for an @Out paramneter should be cleared before passing to the native function.