mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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