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

ru.cwcode.commands.velocityplatform.velocity.VelocityTabCompleter Maven / Gradle / Ivy

package ru.cwcode.commands.velocityplatform.velocity;

import ru.cwcode.commands.Command;
import ru.cwcode.commands.TabCompleter;

public class VelocityTabCompleter extends TabCompleter {
  public VelocityTabCompleter(Command command) {
    super(command);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy