This commit is contained in:
Phillip Webb
2017-01-25 16:56:22 -08:00
parent 71601c3b96
commit 3d619da553
5 changed files with 58 additions and 3 deletions

View File

@@ -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());