Skip to content

Instantly share code, notes, and snippets.

@thombergs
Created October 17, 2017 18:54
Show Gist options
  • Select an option

  • Save thombergs/894eed1c7a531f839fefc4ea736fbf56 to your computer and use it in GitHub Desktop.

Select an option

Save thombergs/894eed1c7a531f839fefc4ea736fbf56 to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@ExtendWith(AssumeConnectionCondition.class)
public @interface AssumeConnection {
String uri();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment