@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @DocumentedSE @Configuration public @interface SpringBootConfiguration
@Configuration を提供することを示します。Spring の標準 @Configuration アノテーションの代替として使用できるため、構成を自動的に見つけることができます(たとえば、テストで)。 アプリケーションには @SpringBootConfiguration を 1 つだけ含める必要があり、ほとんどの慣用的な Spring Boot アプリケーションは @SpringBootApplication から継承します。
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.