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