Skip to content

Commit

Permalink
Add QuarkusApplication javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtmahinay committed Jul 10, 2023
1 parent f21a955 commit 2a05763
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 2a05763

Please sign in to comment.