Skip to content

Instantly share code, notes, and snippets.

@dnno
Created June 2, 2019 19:02
Show Gist options
  • Select an option

  • Save dnno/0b9fc512c7a60b97a855a01e0f46ee45 to your computer and use it in GitHub Desktop.

Select an option

Save dnno/0b9fc512c7a60b97a855a01e0f46ee45 to your computer and use it in GitHub Desktop.
@ArgumentsSource(JsonArgumentsProvider.class)
public @interface JsonSource {
String[] value();
Class<?> type();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment