org.javacs.lsp.WorkspaceEdit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacs-protocol Show documentation
Show all versions of javacs-protocol Show documentation
Upstream dependencies with JPMS support
package org.javacs.lsp;
import java.net.URI;
import java.util.List;
import java.util.Map;
public class WorkspaceEdit {
public WorkspaceEdit(Map> changes) {
this.changes = changes;
}
public Map> changes;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy