Skip to content

Commit

Permalink
late init
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Apr 25, 2024
1 parent 84f73f1 commit 3c616fd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public static AvajeInjectModule of(BeanScopeBuilder beanScope) {
this.beanScope = beanScope;
}

@Override
public boolean lateinit() {
return true;
}

@Override
public void install(Jooby application) throws Exception {

Expand Down

0 comments on commit 3c616fd

Please sign in to comment.