package fr.xephi.authme.process; /** * Marker interface for asynchronous AuthMe processes. *
* These processes handle intensive (I/O or otherwise) actions and are * therefore scheduled to run asynchronously. */ public interface AsynchronousProcess { }