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

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to