Class Contributor

java.lang.Object
org.languagetool.language.Contributor

public final class Contributor extends Object
A person that contributed rules or code to LanguageTool.
  • Field Details

    • name

      private final String name
    • url

      private final String url
  • Constructor Details

    • Contributor

      Contributor(String name, String url)
      Parameters:
      name - full name
      url - URL to homepage or similar (optional)
    • Contributor

      Contributor(String name)
  • Method Details