Migrate class references to full javadoc links

Update documentation to use `javadoc:...` macro for class and interface
references.

Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration

See gh-41614
This commit is contained in:
Phillip Webb
2024-11-20 20:01:39 -08:00
parent 3d57d36c16
commit 4c8dafe12b
88 changed files with 1846 additions and 1846 deletions

View File

@@ -41,7 +41,7 @@ To enable that feature, add the following dependency to your project:
</dependency>
----
WARNING: Properties that are added late to the environment, such as when using `@PropertySource`, will not be taken into account.
WARNING: Properties that are added late to the environment, such as when using javadoc:org.springframework.context.annotation.PropertySource[format=annotation], will not be taken into account.
NOTE: Once you finish the migration, please make sure to remove this module from your project's dependencies.