[weld-issues] [JBoss JIRA] Created: (WELDX-145) Allow generic beans to be configured via any class type not just annotations

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Wed Sep 15 08:33:28 EDT 2010


Allow generic beans to be configured via any class type not just annotations
----------------------------------------------------------------------------

                 Key: WELDX-145
                 URL: https://jira.jboss.org/browse/WELDX-145
             Project: Weld Extensions
          Issue Type: Feature Request
          Components: Generic Beans
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas


e.g.

@GenericConfiguration
public class Drools
{
 //fields etc
}

@Produces
@SomeQualifier
public Dools setupDroolsConfig()
{
 //set up the configuration and return it. 
 //any producer that returns a Drools automatically installs a
 //set of generic beans with the same qualifier
}


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

        


More information about the weld-issues mailing list