Class AnnotationAccessImpl

    • Method Detail

      • getMethodAnnotationProvider

        public AnnotationProvider getMethodAnnotationProvider​(java.lang.String methodName,
                                                              java.lang.Class... parameterTypes)
        Description copied from interface: AnnotationAccess
        Returns a provider for annotations of a method of the class. This includes annotations on the implementation method, plus annotations on the corresponding service interface method (if such a method exists), with precedence on the implementation class method annotations.
        Specified by:
        getMethodAnnotationProvider in interface AnnotationAccess
        Parameters:
        methodName - the name of the method.
        parameterTypes - the types of the parameters of the method.
        Returns:
        an AnnotationProvider instance. *