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