Stop referring to features as "Java 5" features
With a Java 8 baseline in place for quite some time now, it no longer makes sense to refer to features such as annotations as "Java 5 annotations". This commit also removes old `Tiger*Tests` classes, thereby avoiding duplicate execution of various tests.
This commit is contained in:
@@ -1788,7 +1788,7 @@ a parent collection definition is redundant and does not result in the desired m
|
||||
[[beans-collection-elements-strongly-typed]]
|
||||
===== Strongly-typed collection
|
||||
|
||||
With the introduction of generic types in Java 5, you can use strongly typed collections.
|
||||
Thanks to Java's support for generic types, you can use strongly typed collections.
|
||||
That is, it is possible to declare a `Collection` type such that it can only contain
|
||||
(for example) `String` elements. If you use Spring to dependency-inject a
|
||||
strongly-typed `Collection` into a bean, you can take advantage of Spring's
|
||||
|
||||
Reference in New Issue
Block a user