Do some work on the JavaDoc

This commit is contained in:
graywolf336
2013-12-28 19:50:55 -06:00
parent ce457fc7bf
commit 4ab48b3659
6 changed files with 59 additions and 14 deletions

View File

@@ -12,6 +12,13 @@ import com.graywolf336.jail.listeners.BlockListener;
import com.graywolf336.jail.listeners.EntityListener;
import com.graywolf336.jail.listeners.PlayerListener;
/**
* The main class for this Jail plugin, holds instances of vital classes.
*
* @author graywolf336
* @since 1.x.x
* @version 3.0.0
*/
public class JailMain extends JavaPlugin {
private CommandHandler cmdHand;
private JailIO io;