JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
jnr.ffi.annotations
Transient
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Transient
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
ANNOTATION_TYPE
})
public @interface
Transient
Indicates that the parameter is transient. This means it can be backed by a temporarily allocated native memory block, and after the method call, the native memory can be freed again.