This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 87955de Update endpoint-annotations.adoc
87955de is described below
commit 87955de3b33579dc4cae001143c183285cc1f277
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Oct 1 10:08:38 2019 +0200
Update endpoint-annotations.adoc
---
docs/user-manual/modules/ROOT/pages/endpoint-annotations.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/endpoint-annotations.adoc
b/docs/user-manual/modules/ROOT/pages/endpoint-annotations.adoc
index 6b83464..ce781c8 100644
--- a/docs/user-manual/modules/ROOT/pages/endpoint-annotations.adoc
+++ b/docs/user-manual/modules/ROOT/pages/endpoint-annotations.adoc
@@ -16,8 +16,7 @@ component name.
|Annotation |Description
|@UriEndpoint |Specifies that an endpoint is annotated with @UriParam
and/or @UriParams annotations. Also specifies the default scheme to use
-in the generated documentation and the associated Consumer class for
-this endpoint
+in the generated documentation, and other informations
|@UriParam |Used to annotate a parameter value; usually specified via
?foo=bar syntax in the URI strings in Camel. Used currently only on
@@ -28,6 +27,8 @@ is used.
|@UriParams |Specifies that a field is a nested object of one or more
configuration parameters; then the class of this field should be
annotated with one or more @UriParam or @UriParams annotations
+
+|@Metadata | Used for special situations to provide additional information
|=======================================================================
For example see the `TimerEndpoint` from the `camel-timer` component and