Package org.graalvm.polyglot
Annotation Interface HostAccess.DisableMethodScoping
- Enclosing class:
HostAccess
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD})
public static @interface HostAccess.DisableMethodScoping
If
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.- Since:
- 21.3
- See Also: