Annotation Interface 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.
- Since:
- 1.3.0
- Author:
- Dave Syer
-
Field Summary
Fields
-
Field Details
-
VALUE
Concrete value for the@Qualifier
.- See Also:
-