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.TYPE, ElementType.FIELD, ElementType.METHOD})
30 @Retention(RetentionPolicy.RUNTIME)