Include @ in javadoc links for annotations

Closes gh-13988
This commit is contained in:
dreis2211 2018-08-02 20:41:01 +02:00 committed by Stephane Nicoll
parent a656513cb8
commit 8440443237
1 changed files with 1 additions and 1 deletions

View File

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