All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

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