JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM Truffle Java API Reference
25.2.4-dev
6f3e251ad665dc6e5f4d6bb618ba7f13c9873a69
com.oracle.truffle.api.instrumentation
Tag
Identifier
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
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