Class FunctionAnnotationService
java.lang.Object
org.activiti.cloud.common.messaging.config.FunctionAnnotationService
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionAnnotationService(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TfindAnnotationOnBean(String beanName, Class<T> annotationType)
-
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)
-