Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/e9d711224d88b442d29cb5b750f7b1b7 to your computer and use it in GitHub Desktop.
Save qzagarese/e9d711224d88b442d29cb5b750f7b1b7 to your computer and use it in GitHub Desktop.
public ScanContext scan(Object instance, ScanOptions options) {
return scan(instance, options, new ScanContext(), new ArrayList<?>());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment