lburgazzoli commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003411543

   > You can maybe look in camel-tooling-model and see if Kind can be used in 
more places. I think we have some string "component" etc scattered around. 
Using the enum may make it more "type safe".
   
   There is for sure something in the `BaseMode`:
   
   ```java
   public abstract String getKind();
   ```
   
   Should I change it to be type safe ? 


-- 
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