@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface DgsRuntimeWiring
Annotation to mark a function as a provider of runtime wiring.
This allows customization of the runtime wiring before it is made executable.
This is a low level extension feature that is typically not necessary.