Skip to content

Commit 856eae6

Browse files
committed
every ConnectionValidator (including the default one) has to implement this interface
1 parent 4d5a560 commit 856eae6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package graphql.annotations.connection;
2+
3+
import java.lang.reflect.AccessibleObject;
4+
5+
public interface ConnectionValidator {
6+
7+
void validate(AccessibleObject field);
8+
}

0 commit comments

Comments
 (0)