cv_get.visitMaxs(0, 0);
}
private RuntimeVisibleAnnotations getTransientAnnotation(){
RuntimeVisibleAnnotations attrs = new RuntimeVisibleAnnotations();
Annotation transientAnnotation = new Annotation("Ljavax/persistence/Transient;");
attrs.annotations.add(transientAnnotation);
return attrs;
}