Closed xyzeva closed 1 year ago
Adds a basic builder for Concoction;
Results results = Concoction.builder() .model(path) .primarySource(source) .scan();
This should be improved when dynamic scanning is more hardened.
Adds a basic builder for Concoction;
This should be improved when dynamic scanning is more hardened.