See gh-31448
@ -25,7 +25,7 @@ import org.springframework.aot.hint.RuntimeHintsRegistrar;
* {@link RuntimeHintsRegistrar} for default locations of web resources.
*
* @author Stephane Nicoll
* @since 3.0
* @since 3.0.0
*/
public class WebResourcesRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
@ -31,7 +31,7 @@ import org.gradle.api.tasks.TaskAction;
* Custom {@link JavaExec} task for generating sources ahead of time.
* @author Andy Wilkinson
@CacheableTask
public class GenerateAotSources extends JavaExec {
@ -55,7 +55,7 @@ import org.springframework.util.FileSystemUtils;
* @author Phillip Webb
public class AotProcessor {
@ -103,7 +103,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor implements EnvironmentPost
/**
* Create a new {@link CloudFoundryVcapEnvironmentPostProcessor} instance.
* @param logFactory the log factory to use
public CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory logFactory) {
this.logger = logFactory.getLog(CloudFoundryVcapEnvironmentPostProcessor.class);
@ -34,7 +34,7 @@ import org.springframework.util.ResourceUtils;
* {@link RuntimeHintsRegistrar} implementation for application configuration.
* @see FilePatternResourceHintsRegistrar
public class ConfigDataLocationRuntimeHintsRegistrar implements RuntimeHintsRegistrar {