アノテーションインターフェース ConfigurationPropertiesBinding


@Qualifier("org.springframework.boot.context.properties.ConfigurationPropertiesBinding") @TargetSE({TYPESE,METHODSE}) @RetentionSE(RUNTIMESE) @DocumentedSE public @interface ConfigurationPropertiesBinding
@ConfigurationProperties のバインディングを構成するために必要な Bean(コンバーターなど)の修飾子。

@ConfigurationPropertiesBinding Bean を宣言する @Bean メソッドは、"Bean はすべての BeanPostProcessors によって処理される資格がありません " という警告が生成されないようにするために、static にする必要があります。

導入:
1.3.0
作成者:
Dave Syer
  • フィールドのサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    static final StringSE
    @Qualifier の具体的な値。