[seam-issues] [JBoss JIRA] Resolved: (SOLDER-27) Allow generic beans to be configured via any class type not just annotations
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Thu Dec 16 16:05:18 EST 2010
[ https://issues.jboss.org/browse/SOLDER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved SOLDER-27.
----------------------------------
Fix Version/s: 1.0.0.Beta2
Resolution: Done
https://github.com/seam/solder/pull/6
> Allow generic beans to be configured via any class type not just annotations
> ----------------------------------------------------------------------------
>
> Key: SOLDER-27
> URL: https://issues.jboss.org/browse/SOLDER-27
> Project: Seam Solder
> Issue Type: Feature Request
> Components: Generic Beans
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 1.0.0.Beta2
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list