Package io.micronaut.context.annotation
Annotation Interface Type
Allows restricting injection by type. Useful when injection lists of instances that need to be isolated by type.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Required Element Summary
-
Field Summary
-
Field Details
-
NAME
The name of the annotation.
-
-
Element Details
-
value
Class<?>[] value- Returns:
- The types
-