[seam-issues] [JBoss JIRA] Updated: (SOLDER-37) Allow producer methods on @ServiceHandler beans

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Wed Dec 8 06:49:32 EST 2010


     [ https://jira.jboss.org/browse/SOLDER-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list