19 package com.mysql.clusterj.annotation;
21 import java.lang.annotation.ElementType;
22 import java.lang.annotation.Retention;
23 import java.lang.annotation.RetentionPolicy;
24 import java.lang.annotation.Target;
32 @
Target({ElementType.FIELD, ElementType.METHOD})
33 @Retention(RetentionPolicy.RUNTIME)
34 public @interface
Lob {