Annotation for a Large Object (lob). This annotation can be used
with byte[] and InputStream types for binary columns; and with
String and InputStream types for character columns.
4.3.2.7.1. Synopsis
@Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface com.mysql.clusterj.annotation.Lob { }