Module io.inverno.core.annotation
Package io.inverno.core.annotation
Annotation Interface AnnotationSelector
An AnnotationSelector is used to filter beans annotated with a particular annotation during dependency injection.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
- See Also:
-
Required Element Summary
-
Element Details
-
value
Class<?> valueDesignates the annotation that must be present on a bean to be wired to the annotated socket.
- Returns:
- An annotation type
-