Annotation Interface Aot


@Target(MODULE) @Retention(SOURCE) public @interface Aot
Declaration of support for ahead of time compilation using native image.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Description 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 value
      Whether AOT is supported by this component or not.
      Returns:
      whether AOT is supported, defaults to true
      Default:
      true
    • description

      String description
      Description of AOT support, such as when AOT is supported, but with limitations.
      Returns:
      description
      Default:
      ""