[
https://issues.apache.org/jira/browse/CAMEL-14080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953945#comment-16953945
]
Jonathan commented on CAMEL-14080:
----------------------------------
Working on it.
> Implement StubEndpoint annotation
> ---------------------------------
>
> Key: CAMEL-14080
> URL: https://issues.apache.org/jira/browse/CAMEL-14080
> Project: Camel
> Issue Type: New Feature
> Components: camel-test
> Affects Versions: 3.0.0.RC2
> Reporter: Jonathan
> Priority: Minor
>
> Currently to *stub* a component we need to do
> {code:java}
> camelContext.addComponent("aws-s3", camelContext.getComponent("stub"));
> {code}
> The goal for this feature is to create the annotation @StubComponent at Class
> level :
> {code:java}
> @StubComponent("aws-s3|http4")
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)