Skip to content

Camel: Add missing nullable annotations to Medium and MimePart

Corentin Noël requested to merge tintou/camel-medium-nullable into master

This allows the user to know that some function might return NULL and the introspected languages to actually handle the NULL cases.

Merge request reports