All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.deecaad.core.file.JarSearcherExempt Maven / Gradle / Ivy

package me.deecaad.core.file;

/**
 * Any class that implements this interface will not be included in the results for a
 * {@link me.deecaad.core.file.JarSearcher}. This is done for classes with dependencies, like
 * MythicMobs conditions, which require MythicMobs to be installed.
 */
public interface JarSearcherExempt {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy