[
https://issues.apache.org/jira/browse/CAMEL-11087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955482#comment-15955482
]
Christian Posta commented on CAMEL-11087:
-----------------------------------------
This sounds great. So is the plan to annotate the Java classes that specify the
CamelContext configuration? i.e., like in a spring config file or in custom
bootstrapping camel class?
> Create a Annotation processor that creates REST DSL source code from Swagger
> specification
> ------------------------------------------------------------------------------------------
>
> Key: CAMEL-11087
> URL: https://issues.apache.org/jira/browse/CAMEL-11087
> Project: Camel
> Issue Type: Sub-task
> Reporter: Zoran Regvart
> Assignee: Zoran Regvart
> Priority: Minor
>
> With the generator implemented in CAMEL-11006 an annotation processor can be
> built that takes the Swagger specification and generates the REST DSL source
> code.
> I'm thinking of one annotation, something like:
> {code:java}
> @RestDsl(specification="petstore.json", package="com.example",
> name="MyPetstore")
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)