Annotation Type MustNotContainNull


@Documented @Target({FIELD,METHOD,PARAMETER}) @Retention(CLASS) public @interface MustNotContainNull
Shows that an array or a collection can't contain null as its value.
Since:
1.0