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
| Class | Description | 
|---|---|
| RuntimeClassInitialization | This class provides methods that can be called during native-image building to configure class
 initialization behavior. | 
| RuntimeReflection | This class provides methods that can be called during native image generation to register
 classes, methods, and fields for reflection at run time. | 
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.