// Create an AnnotationValue
AnnotationValue annotationValue = new AnnotationValue(nullnessAnnotationType);
// Destructively add the annotation to the MethodInfo object
xmethod.addAnnotation(annotationValue);
}
@Override
public void addMethodParameterAnnotation(@DottedClassName String cName, String mName, String sig, boolean isStatic,
int param, NullnessAnnotation annotation) {