Package graphql
Annotation Type VisibleForTesting
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,FIELD}) public @interface VisibleForTesting
Marks fields, methods etc as more visible than actually needed for testing purposes.
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD,FIELD})
public @interface VisibleForTesting