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 3a5e8aa commit 755742fCopy full SHA for 755742f
src/main/java/org/scijava/Typed.java
@@ -42,9 +42,8 @@ public interface Typed<T> {
42
/**
43
* Gets whether this object is compatible with the given data object.
44
* <p>
45
- * Typically, this will be the case when {@code data.getClass()} is assignable
46
- * to the type associated with the object (i.e., the one returned by
47
- * {@link #getType()}). But individual implementations may have other
+ * By default, this method will return {@code true} always, since the type is
+ * known to be compatible. But individual implementations may have other
48
* requirements beyond class assignability.
49
* </p>
50
*/
0 commit comments