com.kenai.jaffl.annotations
Annotation Type Direct


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

Indicates that the parameter requires native memory. This means it can be backed by allocated native memory, that is freed only after the Struct instance goes out of scope.



Copyright © 2011. All Rights Reserved.