Interface AnnotatedElementBinder<A extends java.lang.annotation.Annotation,T>
-
- Type Parameters:
T- The target typeA- The annotation type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>,ElementBinder<T>
- All Known Implementing Classes:
ElementValueBinder
public interface AnnotatedElementBinder<A extends java.lang.annotation.Annotation,T> extends ElementBinder<T>
Interface for binders that bind method arguments from aSubscriber.Elementvia a annotation.- Since:
- 1.0
- Author:
- Jonathan Knight
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<A>annotationType()
-
-
-
Method Detail
-
annotationType
java.lang.Class<A> annotationType()
- Returns:
- The annotation type
-
-