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

com.github.bjoernpetersen.jmusicbot.IdPlugin Maven / Gradle / Ivy

There is a newer version: 0.25.0
Show newest version
package com.github.bjoernpetersen.jmusicbot;

import javax.annotation.Nonnull;

public interface IdPlugin extends Plugin {

  /**
   * A short, unique ID for this plugin. No spaces. Only needs to be unique for the same kind of
   * plugin.
   *
   * @return an ID
   */
  @Nonnull
  String getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy