JavaScript is disabled on your browser.
GraalVM SDK Java API Reference 19
@Retention (value =RUNTIME )
@Target (value ={TYPE ,METHOD })
public @interface CLibrary
Denotes an external library that needs to be linked in. The annotation can be placed on any
element, and the same library can be referenced by multiple annotations.
Since:
19.0
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
String
value
The name of the library.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element and Description
boolean
requireStatic
Specifies if static linking is required.
GraalVM SDK Java API Reference 19
Copyright © 2012, 2019, Oracle and/or its affiliates. All rights reserved.