Created
May 25, 2020 17:28
-
-
Save qzagarese/e9d711224d88b442d29cb5b750f7b1b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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