## Summary WebMVC環境で `ConditionVariableContributor` Bean を自動検出し、SpEL評価時にカスタム変数を注入する。 ## Scope - `EndpointGateMvcAutoConfiguration` で `ConditionVariableContributor` Bean の収集 - `EndpointGateConditionEvaluator` へのカスタム変数注入 - 結合テスト ## Module `spring/webmvc` ## Related - Parent: #30 - Depends on: SPI インターフェース定義(#30 sub-issue 1)
Summary
WebMVC環境で
ConditionVariableContributorBean を自動検出し、SpEL評価時にカスタム変数を注入する。Scope
EndpointGateMvcAutoConfigurationでConditionVariableContributorBean の収集EndpointGateConditionEvaluatorへのカスタム変数注入Module
spring/webmvcRelated