Variadic

public @interface Variadic

Mark a native method as variadic with this annotation to tell NatJ that how the arguments should be handled.

Fields

Box

public static final byte Box

Pass boxed primitive values without unboxing.

Runtime

public static final byte Runtime

Auto select Unbox or Box policy based on the actual runtime.

Unbox

public static final byte Unbox

Unbox boxed primitive values.