Branch: refs/heads/master
Home:
https://github.com/weld/api
Commit: ab83602906ca4d027bf82e91756f750cb652a318
https://github.com/weld/api/commit/ab83602906ca4d027bf82e91756f750cb652a318
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M weld/src/main/java/org/jboss/weld/experimental/BeanBuilder.java
Log Message:
-----------
WELD-1944 BeanBuilder - other ways to add types
- add BeanBuilder.addType(TypeLiteral<?> typeLiteral)
- add BeanBuilder.addTransitiveTypeClosure(Type type)
Commit: dd3de5f974521d96b0853376ad852329fd52fdb1
https://github.com/weld/api/commit/dd3de5f974521d96b0853376ad852329fd52fdb1
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-05-19 (Tue, 19 May 2015)
Changed paths:
M weld/src/main/java/org/jboss/weld/experimental/BeanBuilder.java
Log Message:
-----------
WELD-1943 Add a shortcut for produceWith(() -> existing)
Compare:
https://github.com/weld/api/compare/55b44abbfaf7...dd3de5f97452