@ParametersAreNonnullByDefault
Package ubic.gemma.core.context
This package contains classes that are used to manage Gemma's Spring context.
-
Interface Summary Interface Description AsyncFactoryBean<T> Async extension of theFactoryBean
interface. -
Class Summary Class Description AbstractAsyncFactoryBean<T> Base implementation ofAsyncFactoryBean
.AsyncFactoryBeanUtils Utilities for manipulating async factory beans.BeanFactoryUtils Utilities for working with bean factories.BeanNameGenerator Our \@Service etc. annotations in classes end up generating names with "Impl" on the end, unless we explicitly provide a name.EnvironmentProfiles Environment profiles used in the Spring context.LazyInitByDefaultPostProcessor Mark beans as lazy-init by default.SpringContextUtils Methods to create Spring contexts for Gemma manually. -
Annotation Types Summary Annotation Type Description TestComponent This will exclude the component or configuration from component scanning.