spring-framework/spring-core
Sam Brannen db535863dd Consistently use class literals for primitive types
To improve consistency and avoid confusion regarding primitive types
and their wrapper types, this commit ensures that we always use class
literals for primitive types.

For example, instead of using the `Void.TYPE` constant, we now
consistently use `void.class`.
2024-01-30 15:26:12 +01:00
..
src Consistently use class literals for primitive types 2024-01-30 15:26:12 +01:00
spring-core.gradle Add ContextPropagatingTaskDecorator 2023-08-29 11:21:47 +02:00