Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make BindingReflectionHintsRegistrar protected methods private
In order to keep the maximum of flexibility, this commit makes shouldSkipType and shouldSkipMembers methods private. That will allow for example to refactor BindingReflectionHintsRegistrar in order to support skipping custom classes specified via @RegisterReflectionForBinding without having to subclass it. See spring-projectsgh-29279
- Loading branch information