Skip to content

Instantly share code, notes, and snippets.

@tomdwaggy
Created April 7, 2015 15:23
Show Gist options
  • Save tomdwaggy/3c3827a511ba38243120 to your computer and use it in GitHub Desktop.
Save tomdwaggy/3c3827a511ba38243120 to your computer and use it in GitHub Desktop.
Reflective JAX-RS Scanner
ReflectiveJaxrsScanner scanner = new ReflectiveJaxrsScanner();
scanner.setResourcePackage("io.github.arven.rs.services.example");
ScannerFactory.setScanner(scanner);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment