[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1506) Add @Observers annotation

Christian Bauer (JIRA) jira-events at lists.jboss.org
Wed Jun 20 01:36:19 EDT 2007


Add @Observers annotation
-------------------------

                 Key: JBSEAM-1506
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1506
             Project: JBoss Seam
          Issue Type: Feature Request
            Reporter: Christian Bauer


I want to register a method as an observer for several events, e.g.

    @Factory(value = "listOfFoos")
    @Observers({
      @Observer("foo.added"),
      @Observer("foo.deleted")
    })
    public void loadFoos() { ... }


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

        



More information about the seam-issues mailing list