-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
The RI includes an experimental BeanBuilder API (see also http://weld.cdi-spec.org/news/2015/02/25/weld-300Alpha5/#_bean_builder_api for more information). The API is similar to the API provided by DeltaSpike but also includes some improvements (e.g. Java 8 lambdas may be used to simplify the process of registration).
- BeanBuilder Javadoc: http://docs.jboss.org/weld/javadoc/3.0/weld-api/org/jboss/weld/experimental/BeanBuilder.html
- ExperimentalAfterBeanDiscovery Javadoc: http://docs.jboss.org/weld/javadoc/3.0/weld-api/org/jboss/weld/experimental/ExperimentalAfterBeanDiscovery.html
- See also the test extension for more examples of using this API