53545556575859
/** * Return immutable variant of this AnnotationElementValueGen */ public ElementValue getElementValue() { return new AnnotationElementValue(this.type,a.getAnnotation(),cpGen.getConstantPool()); }