Component docs that option is rarely used so mark it as advanced
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ded4d3ae Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ded4d3ae Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ded4d3ae Branch: refs/heads/camel-2.16.x Commit: ded4d3aeab0f352cf2862368195bb32632f3ec70 Parents: 259553c Author: Claus Ibsen <[email protected]> Authored: Wed Nov 11 20:31:17 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Nov 12 09:20:23 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/camel/component/bean/BeanEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ded4d3ae/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java b/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java index af76a7a..34516e4 100644 --- a/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java +++ b/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java @@ -42,7 +42,7 @@ public class BeanEndpoint extends DefaultEndpoint { private String beanName; @UriParam(description = "Sets the name of the method to invoke on the bean") private String method; - @UriParam(description = "If enabled, Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope.") + @UriParam(label = "advanced", description = "If enabled, Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope.") private boolean cache; @UriParam(label = "advanced", description = "How to treat the parameters which are passed from the message body." + "true means the message body should be an array of parameters. Note: This option is used internally by Camel, and is not intended for end users to use.")
