Package io.helidon.common.features.api
Annotation Interface Aot
@Deprecated(forRemoval=true,
since="4.3.0")
@Target(MODULE)
@Retention(SOURCE)
public @interface Aot
Deprecated, for removal: This API element is subject to removal in a future version.
Declaration of support for ahead of time compilation using native image.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Description of AOT support, such as when AOT is supported, but with limitations.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Whether AOT is supported by this component or not.
-
Element Details
-
value
boolean valueDeprecated, for removal: This API element is subject to removal in a future version.Whether AOT is supported by this component or not.- Returns:
- whether AOT is supported, defaults to
true
- Default:
true
-
description
String descriptionDeprecated, for removal: This API element is subject to removal in a future version.Description of AOT support, such as when AOT is supported, but with limitations.- Returns:
- description
- Default:
""
-
Features.Aot
instead.