spatnity commented on code in PR #5472:
URL: https://github.com/apache/camel-quarkus/pull/5472#discussion_r1376285413
##########
extensions/bean/deployment/src/main/java/org/apache/camel/quarkus/component/bean/deployment/BeanProcessor.java:
##########
@@ -36,6 +37,7 @@ class BeanProcessor {
private static final String FEATURE = "camel-bean";
private static final Logger LOGGER =
LoggerFactory.getLogger(BeanProcessor.class);
private static final DotName LANGUAGE_ANNOTATION =
DotName.createSimple(LanguageAnnotation.class.getName());
+ private static final DotName HANDLER_ANNOTATION =
DotName.createSimple(Handler.class.getName());
Review Comment:
@zhfeng Is this okay?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]