Package io.micronaut.core.bind.annotation
Micronaut core bind annotation classes.
- Since:
- 1.0
-
Interface Summary Interface Description AnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> AnArgumentBinder
whose lookup is driven by an annotation definition. -
Class Summary Class Description AbstractAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> An abstractAnnotatedArgumentBinder
implementation. -
Annotation Types Summary Annotation Type Description Bindable An annotation stereotype for other annotations that indicates a methodArgument
is bindable.