Annotation Type GraphQLDeprecate


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface GraphQLDeprecate
When applied to a java type member that's bound to a graph-ql field, marks that field as deprecated.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details