Commit 84404432 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Include @ in javadoc links for annotations

Closes gh-13988
parent a656513c
...@@ -104,7 +104,7 @@ public class AutoConfigurationImportSelector ...@@ -104,7 +104,7 @@ public class AutoConfigurationImportSelector
/** /**
* Return the {@link AutoConfigurationEntry} based on the {@link AnnotationMetadata} * 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 autoConfigurationMetadata the auto-configuration metadata
* @param annotationMetadata the annotation metadata of the configuration class * @param annotationMetadata the annotation metadata of the configuration class
* @return the auto-configurations that should be imported * @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