We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e7fd0 commit 3f2a5cbCopy full SHA for 3f2a5cb
src/main/java/org/scijava/convert/DefaultConverter.java
@@ -43,6 +43,7 @@
43
import java.util.List;
44
import java.util.Set;
45
46
+import org.scijava.Priority;
47
import org.scijava.plugin.Plugin;
48
import org.scijava.util.ArrayUtils;
49
import org.scijava.util.ClassUtils;
@@ -55,7 +56,7 @@
55
56
*
57
* @author Mark Hiner
58
*/
-@Plugin(type = Converter.class)
59
+@Plugin(type = Converter.class, priority = Priority.EXTREMELY_LOW)
60
public class DefaultConverter extends AbstractConverter<Object, Object> {
61
62
// -- ConversionHandler methods --
0 commit comments