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 Details

    • annotationValue

      AnnotationValue<A> annotationValue()
      Returns:
      The annotation value. Never null.