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`. |
||
---|---|---|
.. | ||
src | ||
spring-oxm.gradle |