Merge pull request #31448 from izeye

* pr/31448:
  Use 3.0.0 for Javadoc since tags

Closes gh-31448
This commit is contained in:
Stephane Nicoll 2022-06-17 16:49:06 +02:00
commit b88e1e0983
5 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -31,7 +31,7 @@ import org.gradle.api.tasks.TaskAction;
* Custom {@link JavaExec} task for generating sources ahead of time.
*
* @author Andy Wilkinson
* @since 3.0
* @since 3.0.0
*/
@CacheableTask
public class GenerateAotSources extends JavaExec {

View File

@ -55,7 +55,7 @@ import org.springframework.util.FileSystemUtils;
* @author Stephane Nicoll
* @author Andy Wilkinson
* @author Phillip Webb
* @since 3.0
* @since 3.0.0
*/
public class AotProcessor {

View File

@ -103,7 +103,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor implements EnvironmentPost
/**
* Create a new {@link CloudFoundryVcapEnvironmentPostProcessor} instance.
* @param logFactory the log factory to use
* @since 3.0
* @since 3.0.0
*/
public CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory logFactory) {
this.logger = logFactory.getLog(CloudFoundryVcapEnvironmentPostProcessor.class);

View File

@ -34,7 +34,7 @@ import org.springframework.util.ResourceUtils;
* {@link RuntimeHintsRegistrar} implementation for application configuration.
*
* @author Stephane Nicoll
* @since 3.0
* @since 3.0.0
* @see FilePatternResourceHintsRegistrar
*/
public class ConfigDataLocationRuntimeHintsRegistrar implements RuntimeHintsRegistrar {