Class ArgumentBeanType<T>

java.lang.Object
io.micronaut.inject.ArgumentBeanType<T>
Type Parameters:
T - The generic type
All Implemented Interfaces:
AnnotatedElement, AnnotationMetadataProvider, AnnotationSource, BeanInfo<T>, Named, Ordered, Argument<T>, ArgumentCoercible<T>, TypeInformation<T>, TypeVariableResolver, BeanContextConditional, BeanType<T>, Type

public final class ArgumentBeanType<T> extends Object implements BeanType<T>, Argument<T>
Represents an Argument as a BeanType. Useful in combination with qualifiers.
Since:
1.2
Author:
graemerocher