Interface ParserContributor


public interface ParserContributor
Contributes to the ParserRegistry.
  • Method Summary

    Modifier and Type
    Method
    Description
    <C> void
    Contributes to the registry.
  • Method Details

    • contribute

      <C> void contribute(ParserRegistry<C> registry)
      Contributes to the registry.
      Type Parameters:
      C - command sender type
      Parameters:
      registry - parser registry