Class | Description |
---|---|
Key<T> |
Component type and binding annotations to lookup the component from the
container.
|
Annotation Type | Description |
---|---|
Binding |
@Binding is a meta annotation to represent "binding annotation". |
Default |
Built-in binding annotation to qualify the component to be injected in
preference if the container has duplicated components match to the specified
component type or
Key . |
Inject |
@Inject is a marker annotation to specify the field that the
dependent components are resolved and injected by the Jaguar . |
Name |
Built-in binding annotation to qualify the component to be injected by its
name.
|
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.