JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
jnr.ffi.annotations
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.