Interface | Description |
---|---|
BeanEntry<Q extends Annotation,T> |
Describes
Q ualified bean implementations of T : |
Mediator<Q extends Annotation,T,W> |
W atches for Q ualified bean implementations of T : |
Annotation Type | Description |
---|---|
Description |
Describes a bean:
|
Dynamic |
Marks dependencies that should be dynamic proxies:
|
EagerSingleton |
Marks beans that should be created as soon as possible:
|
Hidden |
Hides a bean from being located or watched:
|
Nullable |
Marks dependencies that can be
null : |
Parameters |
Qualifier of application parameters: |
Priority |
Defines the priority ordering of a bean, higher values have higher priority:
|
Typed |
Restricts the visible types of a bean:
|
Copyright © 2018. All rights reserved.