Skip to content

Commit 43209e8

Browse files
committed
Any: add note explaining why get prefix is there
1 parent ffbb906 commit 43209e8

File tree

1 file changed

+3
-0
lines changed
  • scijava-types/src/main/java/org/scijava/types

1 file changed

+3
-0
lines changed

scijava-types/src/main/java/org/scijava/types/Any.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public Any(Type[] upperBounds, Type[] lowerBounds) {
6767
this.lowerBounds = lowerBounds;
6868
}
6969

70+
// NB: These bounds accessor methods are named to be
71+
// consistent with those of java.lang.reflect.WildcardType.
72+
7073
public Type[] getUpperBounds() {
7174
return upperBounds;
7275
}

0 commit comments

Comments
 (0)