Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add missing @OverRide annotation to useForType
This fixes an issue where the `useForType` method in GenericJackson2JsonRedisSerializer did not have the `@Override` annotation, making it less clear that it overrides a method from DefaultTypeResolverBuilder.
- Loading branch information