Package graphql
Annotation Type DuckTyped
-
@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface DuckTyped
An 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
Object
values which maybe two well known types of values. Often aCompletableFuture
or 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.String
shape
-