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 f8f891d commit d3f059dCopy full SHA for d3f059d
spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java
@@ -81,9 +81,9 @@ public static PackageName ofType(String fullyQualifiedName) {
81
}
82
83
/**
84
- * Creates a new {@link PackageName} for the given fully-qualified type name.
+ * Creates a new {@link PackageName} for the given type.
85
*
86
- * @param fullyQualifiedName must not be {@literal null} or empty.
+ * @param type must not be {@literal null} or empty.
87
* @return will never be {@literal null}.
88
* @since 2.0
89
*/
0 commit comments