Polish
This commit is contained in:
@@ -304,7 +304,11 @@ public class SpringBootPluginExtension {
|
||||
|
||||
DIR(new Layouts.Expanded()),
|
||||
|
||||
@SuppressWarnings("deprecation") MODULE(new Layouts.Module()),
|
||||
/**
|
||||
* Module Layout.
|
||||
* @deprecated as of 1.5 in favor of a custom {@link LayoutFactory}
|
||||
*/
|
||||
@Deprecated MODULE(new Layouts.Module()),
|
||||
|
||||
NONE(new Layouts.None());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user