All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javacs.lsp.TextDocumentContentChangeEvent Maven / Gradle / Ivy

package org.javacs.lsp;

/**
 * doc
 */
public class TextDocumentContentChangeEvent {
  public Range range;
  public String text;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy