@Target(value=FIELD)
@Inherited
@Retention(value=RUNTIME)
public @interface DgsDispatchPredicate
Marks a class or field as a Dispatch Predicate for a ScheduledDataLoaderRegistry, which will be registered to the framework.
The method must return an instance of DispatchPredicate.
See https://netflix.github.io/dgs/data-loaders/