zhfeng commented on code in PR #5472:
URL: https://github.com/apache/camel-quarkus/pull/5472#discussion_r1376925247


##########
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:
   It looks good to me. Thanks!



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to