spring-framework/spring-aop/src
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
..
main Consistently use class literals for primitive types 2024-01-30 15:26:12 +01:00
test Clean up warnings in build 2024-01-29 17:47:46 +01:00
testFixtures/java/org/springframework/aop/testfixture Polish 2024-01-12 17:21:21 +01:00