See: Description
| Interface | Description |
|---|---|
| BeanDescription |
Binding source locations should implement this interface to supply descriptions to the
BeanLocator. |
| BeanLocator |
Finds and tracks bean implementations annotated with
Qualifier annotations. |
| HiddenBinding |
Binding source locations should implement this interface to hide bindings from the
BeanLocator. |
| MutableBeanLocator |
Mutable
BeanLocator that finds and tracks bindings across zero or more BindingPublishers. |
| RankingFunction |
Assigns each
Binding a rank according to some function; higher ranks take precedence over lower ranks. |
| Class | Description |
|---|---|
| DefaultBeanLocator |
Default
MutableBeanLocator that locates qualified beans across a dynamic group of BindingPublishers. |
| DefaultRankingFunction |
Simple
RankingFunction that partitions qualified bindings into two main groups. |
| EntryListAdapter<K,V> | |
| EntryMapAdapter<K,V> | |
| EntrySetAdapter<K,V> | |
| NamedIterableAdapter<V> | |
| ProviderIterableAdapter<K extends Annotation,V> | |
| WildcardKey |
Binding
Key for implementations that act as "wild-cards", meaning they match against any assignable type. |
| Annotation Type | Description |
|---|---|
| Implicit |
Qualifier used to record and tag implicit bindings (not for direct use). |
The principal members of this package are:
BeanLocator
Qualifier annotations.
MutableBeanLocator
BeanLocator that distributes bindings from zero or more BindingPublishers.
BeanDescription
BeanLocator.
HiddenBinding
BeanLocator.
Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.