@@ -159,8 +159,9 @@ private ApplicationModules(ModulithMetadata metadata, Map<String, ApplicationMod
159
159
}
160
160
161
161
/**
162
- * Creates a new {@link ApplicationModules} relative to the given modulith type. Will inspect the {@link Modulith}
163
- * annotation on the class given for advanced customizations of the module setup.
162
+ * Creates a new {@link ApplicationModules} relative to the given modulith type. Will inspect the
163
+ * {@link org.springframework.modulith.Modulith} annotation on the class given for advanced customizations of the
164
+ * module setup.
164
165
*
165
166
* @param modulithType must not be {@literal null}.
166
167
* @return will never be {@literal null}.
@@ -172,8 +173,8 @@ public static ApplicationModules of(Class<?> modulithType) {
172
173
/**
173
174
* Creates a new {@link ApplicationModules} relative to the given modulith type, a
174
175
* {@link ApplicationModuleDetectionStrategy} and a {@link DescribedPredicate} which types and packages to ignore.
175
- * Will inspect the {@link Modulith} and {@link Modulithic} annotations on the class given for advanced customizations
176
- * of the module setup.
176
+ * Will inspect the {@link org.springframework.modulith. Modulith} and {@link org.springframework.modulith. Modulithic}
177
+ * annotations on the class given for advanced customizations of the module setup.
177
178
*
178
179
* @param modulithType must not be {@literal null}.
179
180
* @param ignored must not be {@literal null}.
@@ -421,7 +422,8 @@ public Optional<String> getSystemName() {
421
422
* Returns a {@link Comparator} that will sort objects based on their types' application module. In other words,
422
423
* objects of types in more fundamental modules will be ordered before ones residing in downstream modules. For
423
424
* example, if module A depends on B, objects of types residing in B will be ordered before ones in A. For objects
424
- * residing in the same module, standard Spring-based ordering (via {@link Order} or {@link Ordered}) will be applied.
425
+ * residing in the same module, standard Spring-based ordering (via {@link org.springframework.core.annotation.Order}
426
+ * or {@link org.springframework.core.Ordered}) will be applied.
425
427
*
426
428
* @return will never be {@literal null}.
427
429
*/
0 commit comments