]
Stuart Douglas updated SOLDER-37:
---------------------------------
Fix Version/s: (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
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: