In methods with @Nullable the resulting Op YAML has no indication the parameters are optional:
Where is Optional parameter processing happening? Does it require inspecting the actual Java method and looking for @Nullable annotations? If so that seems backwards and the metadata should be in the YAML.
In methods with
@Nullablethe resulting Op YAML has no indication the parameters are optional:Where is Optional parameter processing happening? Does it require inspecting the actual Java method and looking for
@Nullableannotations? If so that seems backwards and the metadata should be in the YAML.