Class FunctionAnnotationService

java.lang.Object
org.activiti.cloud.common.messaging.config.FunctionAnnotationService

public class FunctionAnnotationService extends Object
  • Constructor Details

    • FunctionAnnotationService

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

    • findAnnotationOnBean

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