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.
@Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Lob {
}