JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM Truffle Java API Reference
25.0.0-dev
45f3ed31fe6e9f5565ba7c0863e2110edbc1b251
com.oracle.truffle.api.instrumentation
Tag
Identifier
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface Tag.Identifier
Enclosing class:
Tag
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public static @interface
Tag.Identifier
Annotation applied to
Tag
subclasses to specify the tag identifier. The tag identifier can be used to
find
and load tag classes used by tools.
Since:
0.33
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Returns the identifier value as string.
Element Details
value
String
value
Returns the identifier value as string.
Since:
0.33