Package io.micronaut.context.annotation
Annotation Interface Primary
A Qualifier
that indicates that this bean is the primary bean that should be selected in the case of
multiple possible interface implementations.
Note that if multiple primary beans are found then a NonUniqueBeanException
can still occur.
- Author:
- Graeme Rocher
- See Also:
-
Field Details
-
NAME
Qualified name.- Since:
- 3.5.1
-
SIMPLE_NAME
The simple name of this annotation.
-