In org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethodParameter
, we check for org.springframework.lang.Nullable
and for javax.annotation.Nonnull
. We should also add support JSpecify.
In org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethodParameter
, we check for org.springframework.lang.Nullable
and for javax.annotation.Nonnull
. We should also add support JSpecify.