Add note.

This commit is contained in:
asofold 2012-11-03 10:19:00 +01:00
parent c43a00e21c
commit 2e87c821b5

View File

@ -1,7 +1,8 @@
package fr.neatmonster.nocheatplus.components;
/**
* Interface for component registration to allow cleanup for player data.
* Interface for component registration to allow cleanup for player data.<br>
* NOTE: For CheckType-specific data removal, IHaveCheckType should be implemented, otherwise this data might get ignored until plugin-disable.
* @author mc_dev
*
*/