Rather than make parameters nullable I'd probably ...
# spring
m
Rather than make parameters nullable I'd probably just make the API such that it doesn't have primitives as parameters or force all primitives to be non-nullable and replace them with the primitive type in the aspect. Wish I didn't have to do a hack though.