You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2015/05/12 18:03:50 UTC

camel git commit: Added Javadoc.

Repository: camel
Updated Branches:
  refs/heads/master 98902f02d -> a2bb3c905


Added Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a2bb3c90
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a2bb3c90
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a2bb3c90

Branch: refs/heads/master
Commit: a2bb3c9053f5eebcdebcacc3ea52b8aa77cdcd41
Parents: 98902f0
Author: Henryk Konsek <he...@gmail.com>
Authored: Tue May 12 18:03:44 2015 +0200
Committer: Henryk Konsek <he...@gmail.com>
Committed: Tue May 12 18:03:44 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/spring/boot/RoutesCollector.java  | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a2bb3c90/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
index 2b0a050..e5dc610 100644
--- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
+++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
@@ -30,6 +30,10 @@ import org.springframework.context.ApplicationListener;
 import org.springframework.context.event.ContextRefreshedEvent;
 import org.springframework.core.io.Resource;
 
+/**
+ * Collects routes from the various sources (like Spring application context beans registry or opinionated classpath
+ * locations) and injects these into the Camel context.
+ */
 public class RoutesCollector implements ApplicationListener<ContextRefreshedEvent> {
 
     // Static collaborators