[weld-issues] [JBoss JIRA] Created: (WELDX-107) BeanImpl shoud be a public class

alberto Gori (JIRA) jira-events at lists.jboss.org
Wed Jun 2 19:06:45 EDT 2010


BeanImpl shoud be a public class
--------------------------------

                 Key: WELDX-107
                 URL: https://jira.jboss.org/browse/WELDX-107
             Project: Weld Extensions
          Issue Type: Bug
    Affects Versions: 1.0.0.Alpha2
            Reporter: alberto Gori


This code can't compile because BeanImpl is not a public class:

BeanBuilder<X> beanBuilder = new BeanBuilder<X>(at, bm);
beanBuilder.setBeanLifecycle(new BeanLifecycleImpl() {
	@Override
	public Object create(BeanImpl bean, CreationalContext creationalContext) {
		...
	}
});

This mean that BeanLifecycle interface is useless.

-- 
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