@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD}) public static @interface HostAccess.DisableMethodScoping
HostAccess.SCOPED
is used, placing this annotation on an exported host function
excludes it from parameter scoping, i.e. parameters will not be released after invocation of
a callback.HostAccess.SCOPED