We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3491 commit 7173dd7Copy full SHA for 7173dd7
inject-generator/src/main/java/io/avaje/inject/generator/ExternalProvider.java
@@ -1,5 +1,6 @@
1
package io.avaje.inject.generator;
2
3
+import java.util.Iterator;
4
import java.util.ServiceConfigurationError;
5
import java.util.ServiceLoader;
6
import java.util.Set;
inject/src/main/java/io/avaje/inject/spi/GenericType.java
@@ -5,7 +5,7 @@
/**
* Represents a full type including generics declaration, to avoid information loss due to type erasure.
7
* <p>
8
- * This is a cut down version of Helidon GenericType Apache 2 licence.
+ * This is a cut down version of Helidon GenericType Apache 2 license.
9
*
10
* @param <T> the generic type parameter
11
*/
0 commit comments