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

* pr/13988:
  Include @ in javadoc links for annotations
This commit is contained in:
Stephane Nicoll
2018-08-03 09:40:38 +02:00

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