Class EvaluatedAnnotationValue<A extends Annotation>

java.lang.Object
io.micronaut.core.annotation.AnnotationValue<A>
io.micronaut.inject.annotation.EvaluatedAnnotationValue<A>
Type Parameters:
A - The annotation
All Implemented Interfaces:
AnnotationValueResolver, ValueResolver<CharSequence>

public final class EvaluatedAnnotationValue<A extends Annotation> extends AnnotationValue<A>
An EvaluatedAnnotationValue is a AnnotationValue that contains one or more expressions.
Since:
4.0.0