Remove FIXME

pull/17271/head
Phillip Webb 5 years ago
parent 0233cc3c94
commit 59ca46ed54

@ -46,7 +46,6 @@ final class ConfigurationPropertiesBeanDefinition extends GenericBeanDefinition
private static <T> Supplier<T> createBean(ConfigurableListableBeanFactory beanFactory, String beanName,
Class<T> type) {
return () -> {
// FIXME review
ConfigurationProperties annotation = getAnnotation(type, ConfigurationProperties.class);
Validated validated = getAnnotation(type, Validated.class);
Annotation[] annotations = (validated != null) ? new Annotation[] { annotation, validated }

Loading…
Cancel
Save