spring-framework/spring-oxm
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-oxm.gradle Consistent dependency declarations 2023-08-02 00:56:50 +02:00