In Hibernate Validator, which annotation ensures a string is not null and not empty after trimming?
@NotNull
@NotBlank
@Length
@Min
This question is part of this quiz :