You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/08/04 16:12:03 UTC

[jira] [Resolved] (CAMEL-11556) ServiceNow : add annotations on the model to customize sysparms

     [ https://issues.apache.org/jira/browse/CAMEL-11556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli resolved CAMEL-11556.
-------------------------------------
    Resolution: Fixed

> ServiceNow : add annotations on the model to customize sysparms
> ---------------------------------------------------------------
>
>                 Key: CAMEL-11556
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11556
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-servicenow
>            Reporter: Luca Burgazzoli
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 2.20.0
>
>
> Like
> {code:java}
> @Sysparm(name = "sysparm_exclude_reference_link", value="true")
> @Sysparm(name = "sysparm_display_value", value="true")
> class Incident {
>     ...
> }
> {code}
> CAMEL-11555 should leverage this for code generation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)