[ 
https://issues.apache.org/jira/browse/CAMEL-11707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550343#comment-16550343
 ] 

Claus Ibsen commented on CAMEL-11707:
-------------------------------------

At first cut I added support for adding @XmlTransient annotation to the field 
then its ignored (for components) as this was needed in some situations for the 
spring-boot documentation.

> spring boot code generation: there should be a way to exclude some properties 
> from the code generation
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-11707
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11707
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Luca Burgazzoli
>            Priority: Major
>             Fix For: 2.23.0
>
>
> As today every property is exposed to spring boot auto configuration 
> processor but sometimes you may want to hide some or them as they may be 
> supposed to be used only internally or because you want to write your own 
> code to manage complex configurations.
> As this may also be needed to hide info from the catalog, we may have 
> something like:
> {code}
> @Metadata(key = "ignore", value = "true", labels = "spring-boot,catalog")
> {code}
> Or have specific annotations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to