JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
jnr.ffi.annotations
Synchronized
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Synchronized
@Retention
(
RUNTIME
)
public @interface
Synchronized
Indicates that a library or a library method requires all calls to be synchronized. i.e. calls from multiple threads will synchronize on a monitor object, then call the native method.