Add javadoc note on recursive resolution as of 6.2
See gh-30079
This commit is contained in:
@@ -393,11 +393,9 @@ class GenericTypeResolverTests {
|
||||
public interface ListOfListSupplier<T> {
|
||||
|
||||
List<List<T>> get();
|
||||
|
||||
}
|
||||
|
||||
public interface StringListOfListSupplier extends ListOfListSupplier<String> {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user