Package graphql
Annotation Type DuckTyped
-
@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface DuckTypedAn annotation that marks a method return value or method parameter as returning a duck type value.For efficiency reasons, the graphql engine methods can return
Objectvalues which maybe two well known types of values. Often aCompletableFutureor a plain oldObject, to represent an async value or a materialised value.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringshape
-