@Target(value={METHOD,FIELD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Constraint(validatedBy=NotEmptyBlobValidator.class) @Documented public @interface NotEmptyBlob
Blob must not be empty.
Empty means it can be null, but it can't have the size of 0 bytes.Copyright © 2016. All rights reserved.