spring-framework/spring-core
Sam Brannen 30ebc3b8e2 Remove superfluous AnnotationAttributes#putIfAbsent implementation
Since Java 8, putIfAbsent() is a standard method in java.util.Map. We
therefore no longer need the custom implementation that overrides the
standard implementation in HashMap.
2019-08-06 18:10:13 +02:00
..
src Remove superfluous AnnotationAttributes#putIfAbsent implementation 2019-08-06 18:10:13 +02:00
spring-core.gradle Restore javax meta-annotation lookup behavior 2019-06-11 20:56:41 +02:00