195196197198199200201202
* * @return {@code this} to allow chaining */ public JavaScriptDependencySettings addLibraryPath(Class<?> cls, String path) { this.locations.add(0, new SearchLocation(cls, path)); return this; }