Annotation Type GraphQLType


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface GraphQLType
Binds a type or a field type to a specific concrete type or a GraphQLTypeBuilder.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details