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.