Polishing

Missed one deprecation and doc updates.

See gh-244
This commit is contained in:
rstoyanchev
2022-01-17 21:09:00 +00:00
parent 5ff3f8b18d
commit d8d8229a33
2 changed files with 7 additions and 6 deletions

View File

@@ -197,8 +197,9 @@ public abstract class QueryByExampleDataFetcher<T> {
* @param executors repositories to consider for registration
* @param reactiveExecutors reactive repositories to consider for registration
* @return the created visitor
* @deprecated in favor of {@link #autoRegistrationConfigurer(List, List)}
*/
@SuppressWarnings("deprecation")
@Deprecated
public static GraphQLTypeVisitor autoRegistrationTypeVisitor(
List<QueryByExampleExecutor<?>> executors,
List<ReactiveQueryByExampleExecutor<?>> reactiveExecutors) {