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> AnArgumentBinderwhose lookup is driven by an annotation definition. -
Class Summary Class Description AbstractAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> An abstractAnnotatedArgumentBinderimplementation. -
Annotation Types Summary Annotation Type Description Bindable An annotation stereotype for other annotations that indicates a methodArgumentis bindable.