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