You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/08 14:17:53 UTC

[camel] branch main updated: Polish docs

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ec8c6b16750 Polish docs
ec8c6b16750 is described below

commit ec8c6b1675095d67006d5b7a4f08efeb8b7d0fcc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 8 16:17:16 2023 +0200

    Polish docs
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 20e09814b9a..f589de71d4a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -1583,8 +1583,8 @@ based dependency injection in Java classes.
 
 You can use the following Camel annotations on Camel standalone:
 
-- `@org.apache.camel.BindToRegistry` on class level to create an instance of the class and register in the xref:registry.adoc[Registry].
-- `@org.apache.camel.Configuration` on class level to create an instance of the class and register in the xref:registry.adoc[Registry].
+- `@org.apache.camel.BindToRegistry` on class level (for custom beans, processors, etc.) to create an instance of the class and register in the xref:registry.adoc[Registry].
+- `@org.apache.camel.Configuration` on class level for `CamelConfiguation` classes, which is used during Camel startup (only Camel Main runtime) to allow custom setup that requires some coding.
 
 And these annotations should work on all runtimes
 (if target runtime is either Quarkus or Spring Boot then favour using their annotations):