| BeanBag |
A basic bean container.
|
| BeanBag.BeanBuilder |
A builder for an individual bean's configuration.
|
| BeanBag.Builder |
A builder for a new container.
|
| BeanBag.SupplierBuilder |
A builder for a bean supplier which constructs a bean using reflection.
|
| BeanInstantiationException |
An exception indicating that a required bean failed to be instantiated.
|
| BeanSupplier |
A value supplier for use from within a given scope.
|
| DependencyFilter |
A filter which can be used to reject dependency candidates.
|
| Scope |
A (potentially nested) scope from which bean instances may be acquired.
|