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 a4028aa commit 4e6114dCopy full SHA for 4e6114d
spring-modulith-core/src/main/java/org/springframework/modulith/core/Classes.java
@@ -86,7 +86,8 @@ static Classes of(List<JavaClass> classes) {
86
}
87
88
/**
89
- * Returns a {@link Collector} creating a {@link Classes} instance from a {@link Stream} of {@link JavaType}.
+ * Returns a {@link Collector} creating a {@link Classes} instance from a {@link Stream} of
90
+ * {@link com.tngtech.archunit.core.domain.JavaType}.
91
*
92
* @return will never be {@literal null}.
93
*/
0 commit comments