Added missing javadoc for MVPlugin

This commit is contained in:
main() 2011-12-31 20:39:10 +01:00
parent f18d457a83
commit 2c392a53e6
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ package com.onarandombox.MultiverseCore.api;
import com.onarandombox.MultiverseCore.MultiverseCore;
/**
* This interface is implemented by every official Multiverse-plugin.
*/
public interface MVPlugin extends LoggablePlugin {
/**
* Adds This plugin's version information to the buffer and returns the new string.