AbstractConverter: make deprecated API consistent by imagejan · Pull Request #404 · scijava/scijava-common
imagejan
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.