Name |
Description |
AliasesProperty |
Private property to store alias lookups for the bean instances. |
BeanFactoryConfigurationProperty |
Private property to store the {@link \bitExpert\Disco\BeanFactoryConfiguration}. |
BeanPostProcessorsProperty |
The property collects all registered instances of {@link \bitExpert\Disco\BeanPostProcessor}s. |
ForceLazyInitProperty |
The forceLazyInit property is used as a marker to make sure that lazy dependencies are created
for session-aware beans. Dependencies of session beans need to be lazy so that they are rebuilt
for every new request (unless the dependency is marked is session-aware itself). |
ParameterValuesProperty |
The property will store the parameters which can be injected into the bean creation methods. |
SessionBeansProperty |
Private property to store the session beans (which which gets persisted after the request). |