Home | History | Annotate | Download | only in compare

Lines Matching refs:SigAnnotationElement

88 import signature.model.impl.SigAnnotationElement;
618 SigAnnotationElement sigAnnotationElement =
619 new SigAnnotationElement();
620 sigAnnotationElement.setDeclaringField(field);
621 sigAnnotationElement.setValue(field.getDefaultValue());
622 elements.add(sigAnnotationElement);