AuthMe/AuthMeReloaded

View on GitHub
src/main/java/fr/xephi/authme/process/AsynchronousProcess.java

Summary

Maintainability
A
0 mins
Test Coverage
package fr.xephi.authme.process;

/**
 * Marker interface for asynchronous AuthMe processes.
 * <p>
 * These processes handle intensive (I/O or otherwise) actions and are
 * therefore scheduled to run asynchronously.
 */
public interface AsynchronousProcess {
}