Skip to content

Commit 6db9004

Browse files
committed
Import EnableConfigurationProperties and update Javadoc
Add import for EnableConfigurationProperties and include @see references to EnableConfigurationProperties and EnableConfigurationPropertiesExtension in the class Javadoc. This updates documentation links without changing runtime behavior.
1 parent 9e6437b commit 6db9004

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/autoconfigure/ConfigurationPropertiesAutoConfiguration.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
2222
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
2323
import org.springframework.boot.context.properties.ConfigurationProperties;
24+
import org.springframework.boot.context.properties.EnableConfigurationProperties;
2425

2526
/**
2627
* {@link ConfigurationProperties @ConfigurationProperties} Auto-Configuration
2728
*
2829
* @author <a href="mailto:mercyblitz@gmail.com">Mercy</a>
2930
* @see org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
31+
* @see EnableConfigurationProperties
3032
* @see EnableConfigurationPropertiesExtension
3133
* @since 1.0.0
3234
*/
@@ -38,4 +40,4 @@
3840
})
3941
@EnableConfigurationPropertiesExtension
4042
public class ConfigurationPropertiesAutoConfiguration {
41-
}
43+
}

0 commit comments

Comments
 (0)