Commit e53ec5c6 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #13988 from dreis2211:javadoc-annotations-part1

* pr/13988:
  Include @ in javadoc links for annotations
parents a656513c 84404432
......@@ -104,7 +104,7 @@ public class AutoConfigurationImportSelector
/**
* Return the {@link AutoConfigurationEntry} based on the {@link AnnotationMetadata}
* of the importing @{@link Configuration} class.
* of the importing {@link Configuration @Configuration} class.
* @param autoConfigurationMetadata the auto-configuration metadata
* @param annotationMetadata the annotation metadata of the configuration class
* @return the auto-configurations that should be imported
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment