We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e700c9c commit 7b4e2c4Copy full SHA for 7b4e2c4
2 files changed
src/main/java/graphql/PublicApi.java
@@ -1,5 +1,6 @@
1
package graphql;
2
3
+import java.lang.annotation.Documented;
4
import java.lang.annotation.Retention;
5
import java.lang.annotation.RetentionPolicy;
6
import java.lang.annotation.Target;
@@ -10,5 +11,6 @@
10
11
12
@Retention(RetentionPolicy.RUNTIME)
13
@Target(value = {CONSTRUCTOR, METHOD, TYPE})
14
+@Documented
15
public @interface PublicApi {
16
}
src/main/java/graphql/PublicSpi.java
public @interface PublicSpi {
0 commit comments