Annotation Interface Nullable


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Nullable
Annotation which indicates that a column value can be null.
See Also: