Allow producer methods on @ServiceHandler beans
-----------------------------------------------

                 Key: WELDX-171
                 URL: https://jira.jboss.org/browse/WELDX-171
             Project: Weld Extensions
          Issue Type: Feature Request
    Affects Versions: 1.0.0.Beta1
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas
             Fix For: 1.0.0.Beta2


I think that it would be nice to be able to do:

@QueryService
public interface UserQuery
{
  @Produces
  @Named("userList")
  @Query("select u from User u")
  public List<User> userList();
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to