private AnnotationSpec createJsTypeAnnotation(IdlInterface value) { return AnnotationSpec.builder(JsType.class).addMember("prototype", "$S", value.getName()).build(); }