Reference: Global Bean Properties
Property | XML Attribute Name | Description |
|---|---|---|
Default Autowire
| default-autowire
| Inspects the BeanFactory to automatically resolve beans. |
Default Autowire Candidate
| default-autowire-candidate
| Enables you to limit autowiring to a set of bean candidates based on pattern matching
against bean names. |
Default Dependency Check
| default-dependency-check
| Specifies whether Studio checks for unresolved bean dependencies. |
Default Destroy Method
| default-destroy-method
| Checks every bean for the specified destroy callback method. |
Default Init Method
| default-init-method
| An initialization callback method for every bean. |
Default Lazy Init
| default-lazy-init
| Specifies whether bean instances are created at startup or when first requested. If
you don't want a singleton bean to be preinstantiated when using an
ApplicationContext , set to
true . |
Default Merge
| default-merge
| Determines whether Studio merges collections by default. |