批注接口 ConfigurationPropertiesBinding
@Qualifier("org.springframework.boot.context.properties.ConfigurationPropertiesBinding")
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
public @interface ConfigurationPropertiesBinding
Qualifier for beans that are needed to configure the binding of
@ConfigurationProperties
(e.g. Converters).
@Bean
methods that declare a @ConfigurationPropertiesBinding
bean
should be static
to ensure that "bean is not eligible for getting processed by
all BeanPostProcessors" warnings are not produced.
- 从以下版本开始:
- 1.3.0
- 作者:
- Dave Syer
-
字段概要
字段
-
字段详细资料
-
VALUE
Concrete value for the@Qualifier
.- 另请参阅:
-