<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependency>
<groupId>io.github.360matt</groupId>
<artifactId>Enabler</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
public class ProjectXEnabler extends Enabler {
// nothing here
}
Enabler.call(Enabler | ProjectXEnabler);
// Call the Runnable if it exists, only once.
Enabler.register(Enabler | ProjectXEnabler, Runnable);
// Register Runnable for a class.