Skip to content

Commit

Permalink
Open API and Rest Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Jan 2, 2024
1 parent 2a56104 commit 3176808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/guicedee/guicedinjection/GuiceContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ private void loadConfiguration()
.getCanonicalName());
guiceConfigurator.configure(GuiceContext.config);
}
if(!GuiceContext.config.isIncludeModuleAndJars())
{
log.warning("Scanning is not restricted to modules and may incur a performance impact. Consider registering your module with GuiceContext.registerModule() to auto enable, or SPI IGuiceConfiguration");
}
GuiceContext.log.config("IGuiceConfigurator : " + GuiceContext.config.toString());
configured = true;
}
Expand Down

0 comments on commit 3176808

Please sign in to comment.