| Class | Description |
|---|---|
| DefaultBeanExtension |
Registers beans annotated @DefaultBean
During the ProcessAnnotatedTypePhase beans and producers annotated with @Default
have a synthetic qualifier added to them and existing qualifiers removed.
|
| DefaultBeanHolder | |
| DefaultBeanInformation.Literal | |
| InstalledLiteral |
| Annotation Type | Description |
|---|---|
| DefaultBean |
Annotation that signifies that a bean should only be registered if no other
instance with the same type and qualifiers is registered.
|
| DefaultBeanInformation |
We use this annotation as a carrier of qualifiers so that other extensions have access to the original qualifiers of the bean
(those removed and replaced by synthetic qualifier by the
DefaultBeanExtension). |
| Installed |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.