ppalaga commented on a change in pull request #231: Add support for quarkus 
provided event loop
URL: https://github.com/apache/camel-quarkus/pull/231#discussion_r331885620
 
 

 ##########
 File path: 
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelSupport.java
 ##########
 @@ -117,18 +117,21 @@ public static boolean isPublic(ClassInfo ci) {
      * services from resources belonging to META-INF/services/org/apache/camel.
      */
     public static class ServiceInfo {
+        public final Path path;
 
 Review comment:
   A piece of JavaDoc stating what Path is this would be nice. Something like 
`The path from which this {@link ServiceInfo} was read. E.g {@code 
META-INF/services/org/apache/camel/my-service}`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to