[
https://jira.jboss.org/browse/SOLDER-37?page=com.atlassian.jira.plugin.sy...
]
Pete Muir moved WELDX-171 to SOLDER-37:
---------------------------------------
Project: Seam Solder (was: Weld Extensions)
Key: SOLDER-37 (was: WELDX-171)
Affects Version/s: (was: 1.0.0.Beta1)
Assignee: (was: Stuart Douglas)
Fix Version/s: 1.0.0.Beta2
(was: 1.0.0.Beta2)
Allow producer methods on @ServiceHandler beans
-----------------------------------------------
Key: SOLDER-37
URL:
https://jira.jboss.org/browse/SOLDER-37
Project: Seam Solder
Issue Type: Feature Request
Reporter: 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.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira