JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Search
Help
org.graalvm.nativebridge
RawReference
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface RawReference
@Retention
(
SOURCE
)
@Target
({
PARAMETER
,
METHOD
})
public @interface
RawReference
Instruments the native bridge processor to marshall annotated method return type or method parameter as a pointer value stored as Java
long
type. The annotated parameter must have
Object
type.