All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
Aot.BuilderBase.AotImpl

public interface Aot extends Prototype.Api
AOT (Ahead of time compilation) support. Defines support for GraalVM native image.
See Also:
  • Method Details

    • builder

      static Aot.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static Aot.Builder builder(Aot instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static Aot create()
      Create a new instance with default values.
      Returns:
      a new instance
    • supported

      boolean supported()
      Whether this module supports AOT, defaults to true.
      Returns:
      is deprecated
    • description

      Optional<String> description()
      AOT description.
      Returns:
      description