Skip navigation links
GraalVM SDK Java API Reference
23.0.7-dev

c24f0363e33cd2fd8de2d3eeb40199da6d895e6e

Package org.graalvm.nativeimage.hosted

The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables: Features allow clients to intercept the native image generation and run custom initialization code at various stages. RuntimeClassInitialization is used to configure when classes are initialized. RuntimeReflection to register classes, methods, and fields for reflection at run time.

See: Description

Package org.graalvm.nativeimage.hosted Description

The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables:
Since:
19.0
Skip navigation links
GraalVM SDK Java API Reference
23.0.7-dev

c24f0363e33cd2fd8de2d3eeb40199da6d895e6e

Copyright © 2012, 2024, Oracle and/or its affiliates. All rights reserved.