scijava-common
scijava-common copied to clipboard
AbstractConverter: make deprecated API consistent
The canConvert(Class, Class) signature is deprecated in the Converter interface, so let's deprecate the overridden method as well, as it's the case for canConvert(Class, Type) already.