spring-framework/spring-aop/src
Sam Brannen 08237da4b4 Simplify equals() implementation in PerTargetInstantiationModelPointcut
For equivalence, we only need to compare the preInstantiationPointcut
fields since they include the declaredPointcut fields. In addition, we
should not compare the aspectInstanceFactory fields since
LazySingletonAspectInstanceFactoryDecorator does not implement equals().

See gh-31238
2023-09-23 12:40:28 +02:00
..
main Simplify equals() implementation in PerTargetInstantiationModelPointcut 2023-09-23 12:40:28 +02:00
test Consolidate AspectJ test fixtures 2023-09-20 16:47:05 +02:00
testFixtures/java/org/springframework/aop/testfixture Consolidate AspectJ test fixtures 2023-09-20 16:47:05 +02:00