[
https://issues.apache.org/jira/browse/CAMEL-15817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17226660#comment-17226660
]
Claus Ibsen commented on CAMEL-15817:
-------------------------------------
What do you mean? @Metadata has a description. Or do you mean actual source
code comments like // hello world
And if so what is the use-case.
I am just curious as I also want to avoid the generators to become to bloated
and complex with too many moving parts. - camel-package-maven-plugin is a big
set of code already.
> Support comments on fields in the srcgen tool
> ---------------------------------------------
>
> Key: CAMEL-15817
> URL: https://issues.apache.org/jira/browse/CAMEL-15817
> Project: Camel
> Issue Type: Improvement
> Components: tooling
> Reporter: Omar Al-Safi
> Assignee: Omar Al-Safi
> Priority: Minor
> Fix For: 3.7.0
>
>
> Currently we don't support comments on fields when we generate code only
> javadoc, hence it will also make sense to add comment support to fields, e.g:
> {code}
> // topic
> @UriPath(label = "common")
> @Metadata(required = true)
> private String topic;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)