Package io.quarkus.bootstrap.runner
Class AotQuarkusEntryPoint
java.lang.Object
io.quarkus.bootstrap.runner.AotQuarkusEntryPoint
Entry point for AOT (Ahead-of-Time)-optimized jar packaging.
This entry point sets up a thin class loader layer that caches frequently-accessed
resources (service files) while delegating all class loading to
standard Java class loaders for optimal AOT compilation performance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QUARKUS_APPLICATION_DAT
- See Also:
-
-
Constructor Details
-
AotQuarkusEntryPoint
public AotQuarkusEntryPoint()
-
-
Method Details
-
main
- Throws:
Throwable
-