Interface AnnotationProvider

    • Method Detail

      • getAnnotation

        <T extends Annotation> T getAnnotation​(Class<T> annotationClass)
        Searches for the specified annotation, returning the matching annotation instance.
        Type Parameters:
        T -
        Parameters:
        annotationClass - used to select the annotation to return
        Returns:
        the annotation, or null if not found