JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Oracle GraalVM for JDK 25 SDK API Reference
org.graalvm.nativeimage
Platforms
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface Platforms
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
,
FIELD
,
PACKAGE
})
public @interface
Platforms
Restricts the annotated element (type, method, or field) to the specified
Platform
groups.
Since:
19.0
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<? extends
Platform
>[]
value
Restricts the annotated element (type, method, or field) to the specified
Platform
groups.
Element Details
value
Class
<? extends
Platform
>[]
value
Restricts the annotated element (type, method, or field) to the specified
Platform
groups.
Since:
19.0