Class FunctionAnnotationService


  • public class FunctionAnnotationService
    extends Object
    • Constructor Detail

      • FunctionAnnotationService

        public FunctionAnnotationService​(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory)
    • Method Detail

      • findAnnotationOnBean

        @Nullable
        public <T extends Annotation> T findAnnotationOnBean​(String beanName,
                                                             Class<T> annotationType)