How to use @NotNull with spring boot?
问题 I have this dependency: <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> Which have it's version managed by <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.4.RELEASE</version> </parent> And I have this piece: import javax.validation.constraints.NotNull; //other imports ommited @Component @ConfigurationProperties(prefix = "collector") public class