JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.oracle.truffle.api.dsl
Cached
Exclusive
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Cached.Exclusive
Enclosing class:
Cached
@Retention
(
CLASS
)
@Target
({
PARAMETER
,
METHOD
,
TYPE
})
public static @interface
Cached.Exclusive
Disallows any sharing with other cached parameters. The DSL will indicate sharing opportunities to the user by showing a warning.
Since:
19.0