Class DevToolsMavenBuildCustomizer

java.lang.Object
io.spring.initializr.generator.spring.build.maven.OptionalDependencyMavenBuildCustomizer
io.spring.initializr.generator.spring.dependency.devtools.DevToolsMavenBuildCustomizer
All Implemented Interfaces:
BuildCustomizer<MavenBuild>, org.springframework.core.Ordered

@Deprecated(since="0.20.0", forRemoval=true) public class DevToolsMavenBuildCustomizer extends OptionalDependencyMavenBuildCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
Maven BuildCustomizer that sets the "optional" flag when devtools is selected.
Author:
Stephane Nicoll
  • Constructor Details

    • DevToolsMavenBuildCustomizer

      public DevToolsMavenBuildCustomizer(String devtoolsDependencyId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a new instance with the identifier for the devtools dependency.
      Parameters:
      devtoolsDependencyId - the id of the devtools dependency