GH-139 - Polish Javadoc of Modulithic.sharedModules().

This commit is contained in:
Oliver Drotbohm
2023-02-23 22:24:49 +01:00
parent bb466f99e9
commit 715de2c684

View File

@@ -49,8 +49,8 @@ public @interface Modulithic {
boolean useFullyQualifiedModuleNames() default false;
/**
* The names of modules considered to be shared, i.e. which should always be included in the bootstrap no matter what.
* Useful for code to contain commons Spring configuration and components.
* The names of modules considered to be shared, i.e. which should always be included in the bootstrap, no matter
* what. Useful for code to contain global Spring configuration and components.
*
* @return
*/