Package jnr.ffi.annotations
Annotation 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.