@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface NoRepositoryBean
This will typically be used when providing an extended base interface for all repositories in combination with a custom repository base class to implement methods declared in that intermediate interface. In this case you typically derive your concrete repository interfaces from the intermediate one but don't want to create a Spring bean for the intermediate interface.
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.