Login | Register
[+/-]
Annotation to specify that the member is not persistent. If used, this is the only annotation allowed on a member.
@Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface com.mysql.clusterj.annotation.NotPersistent {}