Merge pull request #31448 from izeye
* pr/31448: Use 3.0.0 for Javadoc since tags Closes gh-31448
This commit is contained in:
commit
b88e1e0983
|
|
@ -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
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*/
|
||||
@CacheableTask
|
||||
public class GenerateAotSources extends JavaExec {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue