Package io.micronaut.core.annotation
Interface AnnotationValueProvider<A extends Annotation>
- Type Parameters:
 A- The annotation type
public interface AnnotationValueProvider<A extends Annotation>
An interface that allows obtaining an underlying annotation value.
- Since:
 - 3.0.0
 - Author:
 - graemerocher
 
- 
Method Summary
 
- 
Method Details
- 
annotationValue
- Returns:
 - The annotation value. Never null.
 
 
 -