Skip to content

Commit 6446a51

Browse files
committed
Test for #19 @factory fails with types implementing interfaces
Plus bump generator to SNAPSHOT with the fix (will be in 1.3 generator)
1 parent e8b00a3 commit 6446a51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/example/coffee/factory/SomeImplBean.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package org.example.coffee.factory;
22

3+
import io.dinject.Secondary;
34
import org.example.coffee.factory.other.Something;
45

56
import javax.inject.Singleton;
67

8+
@Secondary
79
@Singleton
810
public class SomeImplBean implements Something {
911

0 commit comments

Comments
 (0)