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


@TargetSE({TYPESE,METHODSE}) @RetentionSE(RUNTIMESE) @DocumentedSE @Conditional(org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition.class) public @interface ConditionalOnEnabledResourceChain
チェーン を処理する Spring リソースが有効かどうかをチェックする @ConditionalWebProperties.Resources.Chain.getEnabled() が true の場合、または webjars-locator-core がクラスパス上にある場合に一致します。
導入:
1.3.0
作成者:
Stephane Nicoll