We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbb906 commit 43209e8Copy full SHA for 43209e8
scijava-types/src/main/java/org/scijava/types/Any.java
@@ -67,6 +67,9 @@ public Any(Type[] upperBounds, Type[] lowerBounds) {
67
this.lowerBounds = lowerBounds;
68
}
69
70
+ // NB: These bounds accessor methods are named to be
71
+ // consistent with those of java.lang.reflect.WildcardType.
72
+
73
public Type[] getUpperBounds() {
74
return upperBounds;
75
0 commit comments