JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
jnr.ffi.annotations
Annotation Type Synchronized
@Retention
(
value
=
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
Copyright © 2015. All Rights Reserved.