OpenJDK 1.22
jdk.internal.vm.ci
jdk.vm.ci.services
VMEntryPoint
Top
Description
Methods
jdk.vm.ci.services
pack-priv
@Interface VMEntryPoint
extends
Annotation
Marker interface for methods which are called from the JVM.
Method Summary
Modifier and Type
Method and Description
public
String
value
()
An optional comment describing the caller.
Inherited from
java.lang.annotation.Annotation
:
annotationType
equals
hashCode
toString
Method Detail
value
back to summary
public
String
value
()
An optional comment describing the caller.