
META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-guice Show documentation
Show all versions of spring-guice Show documentation
Utilities for using Spring with Guice and vice versa
The newest version!
{
"properties": [
{
"name": "spring.guice.dedup",
"type": "java.lang.Boolean",
"description": "When using `@EnableGuiceModules`, if a Spring Bean and a Guice Binding both exist for the same type and Qualifier, the Spring Bean will be kept and the Guice Binding discarded.",
"defaultValue": "false"
},
{
"name": "spring.guice.autowireJIT",
"type": "java.lang.Boolean",
"description": "When enabled, beans without explicit definitions will be created using Guice just-in-time bindings. Otherwise, it will fail with UnsatisfiedDependencyException.",
"defaultValue": "true"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy