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;
29 @
Target({ElementType.FIELD, ElementType.METHOD})
30 @Retention(RetentionPolicy.RUNTIME)
45 String allowsNull()
default "";
51 String defaultValue()
default "";