Details
Description
Currently the re repository method validation also checks query methods for repository interfaces annotated with @NoRepositoryBean. As they don't actually become Spring beans are likely to be interfaces Spring Data ships with they'll create a lot of false negatives in terms of rejecting methods that are not going to be considered a query method at runtime anyway.
We should simply exclude interfaces with that annotation from the method validation.