JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
jnr.ffi.annotations
Annotation Type SaveError
@Retention
(
RUNTIME
)
public @interface
SaveError
Tags a library method as requiring any error codes as returned by errno on unix, or GetLastError on windows be saved.
See Also:
IgnoreError
LibraryLoader.saveError(Map, boolean, boolean)