JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM SDK Java API Reference
25.0.3.0.1
890edb71a77b30168eec2316bdaabd33512c40e5
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