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.
use Features.Aot instead.
Declaration of support for ahead of time compilation using native image.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated, 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 value
      Deprecated, 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 description
      Deprecated, 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:
      ""