scijava-common
scijava-common copied to clipboard
Improve error message for missing required inputs
Human-friendly names can be registered at runtime by calling ObjectService#addHumanFriendlyName(Class, String).
Closes #412.
I am not sure about the best naming, maybe we can find a better name than {add|get}HumanFriendlyName.