Issue Type: Feature Request Feature Request
Affects Versions: 0.6
Assignee: Unassigned
Created: 27/Nov/12 10:18 AM
Description:

A user has to type the interface name twice when writing a Service. Would it be possible to have the @Service annotation default to no-args if the class implements only a single interface? (It seems likely that a Service class might often implement only a single interface.)

-----------------------------------------------------------------
@Service(SimpleService.class)
public class SimpleServiceBean implements SimpleService {

would become:

@Service
public class SimpleServiceBean implements SimpleService {
-------------------------------------------------------------------

Thanks for considering this JIRA.

Project: SwitchYard
Priority: Minor Minor
Reporter: Rick Wagner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira