Package io.micronaut.core.annotation
Interface AnnotationValueProvider<A extends java.lang.annotation.Annotation>
-
- Type Parameters:
A
- The annotation type
public interface AnnotationValueProvider<A extends java.lang.annotation.Annotation>
An interface that allows obtaining an underlying annotation value.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationValue<A>
annotationValue()
-
-
-
Method Detail
-
annotationValue
@NonNull AnnotationValue<A> annotationValue()
- Returns:
- The annotation value. Never null.
-
-