[weld-issues] [JBoss JIRA] Created: (WELDX-50) Add new Weld() support for Java SE

Pete Muir (JIRA) jira-events at lists.jboss.org
Sat Nov 21 13:41:29 EST 2009


Add new Weld() support for Java SE
----------------------------------

                 Key: WELDX-50
                 URL: https://jira.jboss.org/jira/browse/WELDX-50
             Project: Weld Extensions
          Issue Type: Feature Request
            Reporter: Pete Muir
            Priority: Critical
             Fix For: Java SE 1.0.0.CR3


Add support for:

  Weld weld = new Weld().initialize();
  weld.instance().select(Foo.class).get()
  weld.event().select(Bar.class).fire( new Bar() );
  weld.shutdown();


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

        


More information about the weld-issues mailing list