Class FunctionAnnotationService
- java.lang.Object
-
- org.activiti.cloud.common.messaging.config.FunctionAnnotationService
-
public class FunctionAnnotationService extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionAnnotationService(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Annotation>
TfindAnnotationOnBean(String beanName, Class<T> annotationType)
-
-
-
Method Detail
-
findAnnotationOnBean
@Nullable public <T extends Annotation> T findAnnotationOnBean(String beanName, Class<T> annotationType)
-
-