Package io.helidon.common.features.api
Annotation Interface Aot
Declaration of support for ahead of time compilation using native image.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescription of AOT support, such as when AOT is supported, but with limitations.boolean
Whether AOT is supported by this component or not.
-
Element Details
-
value
boolean valueWhether AOT is supported by this component or not.- Returns:
- whether AOT is supported, defaults to
true
- Default:
true
-
description
String descriptionDescription of AOT support, such as when AOT is supported, but with limitations.- Returns:
- description
- Default:
""
-