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