@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface DgsCodeRegistry
Annotation to mark a method a provider of a CodeRegistry, which is a programmatic way of creating a schema.
https://netflix.github.io/dgs/advanced/schema-from-code/