We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e9f91 commit e9e19cdCopy full SHA for e9e19cd
src/main/java/graphql/annotations/annotationTypes/GraphQLDeprecate.java
@@ -19,7 +19,7 @@
19
import java.lang.annotation.RetentionPolicy;
20
import java.lang.annotation.Target;
21
22
-@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
+@Target({ElementType.METHOD, ElementType.FIELD})
23
@Retention(RetentionPolicy.RUNTIME)
24
public @interface GraphQLDeprecate {
25
String value() default "";
0 commit comments