[weld-issues] [JBoss JIRA] Created: (WELDX-171) Allow producer methods on @ServiceHandler beans
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Tue Oct 12 19:30:40 EDT 2010
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
More information about the weld-issues
mailing list