GH-114 - Rename ….modulith.model to ….modulith.core.
This commit is contained in:
@@ -17,7 +17,7 @@ package org.springframework.modulith.runtime;
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
||||
import org.springframework.modulith.model.ApplicationModules;
|
||||
import org.springframework.modulith.core.ApplicationModules;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,9 +32,9 @@ import org.springframework.context.ApplicationListener;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Role;
|
||||
import org.springframework.modulith.ApplicationModuleInitializer;
|
||||
import org.springframework.modulith.model.ApplicationModule;
|
||||
import org.springframework.modulith.model.ApplicationModules;
|
||||
import org.springframework.modulith.model.FormatableType;
|
||||
import org.springframework.modulith.core.ApplicationModule;
|
||||
import org.springframework.modulith.core.ApplicationModules;
|
||||
import org.springframework.modulith.core.FormatableType;
|
||||
import org.springframework.modulith.runtime.ApplicationModulesRuntime;
|
||||
import org.springframework.modulith.runtime.ApplicationRuntime;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Autoconfiguration the {@link org.springframework.modulith.model.ApplicationModules} runtime support.
|
||||
* Autoconfiguration the {@link org.springframework.modulith.core.ApplicationModules} runtime support.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.runtime.autoconfigure;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Support to run {@link org.springframework.modulith.model.ApplicationModules} at application runtime.
|
||||
* Support to run {@link org.springframework.modulith.core.ApplicationModules} at application runtime.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.runtime;
|
||||
|
||||
Reference in New Issue
Block a user