Skip to content

Commit

Permalink
Merge pull request #34629 from rjtmahinay/quarkusapplication-javadoc
Browse files Browse the repository at this point in the history
Add QuarkusApplication javadoc
  • Loading branch information
geoand authored Jul 10, 2023
2 parents 7c34500 + 2a05763 commit 2649e7c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package io.quarkus.runtime;

/**
* This is usually used for command mode applications with a startup logic. The logic is executed inside
* {@link QuarkusApplication#run} method before the main application exits.
*/
public interface QuarkusApplication {

int run(String... args) throws Exception;
Expand Down

0 comments on commit 2649e7c

Please sign in to comment.