Browse Source

Include @ in javadoc links for annotations

Closes gh-13988
pull/13983/merge
dreis2211 8 years ago committed by Stephane Nicoll
parent
commit
8440443237
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelector.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelector.java

@ -104,7 +104,7 @@ public class AutoConfigurationImportSelector @@ -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

Loading…
Cancel
Save