File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
inject/src/main/java/io/avaje/inject
inject-test/src/test/java/org/example/coffee Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public void withModules_exludingThisOne() {
20
20
// our module is "org.example.coffee"
21
21
// so this effectively includes no modules
22
22
.withModules ("other" )
23
+ .withIgnoreMissingModuleDependencies ()
23
24
.build ()) {
24
25
25
26
CoffeeMaker coffeeMaker = context .getBean (CoffeeMaker .class );
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ public interface BeanContextBuilder {
134
134
* @param beans The bean used when injecting a dependency for this bean or the interface(s) it implements
135
135
* @return This BeanContextBuilder
136
136
*/
137
- @ SuppressWarnings ({"unchecked" , "rawtypes" })
138
137
BeanContextBuilder withBeans (Object ... beans );
139
138
140
139
/**
You can’t perform that action at this time.
0 commit comments