@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AEPlugin
Use this annotation on a class in your Mod to have it instantiated during the initialization phase of Applied
Energistics.
AE expects your class to have a single constructor and can supply certain arguments to your constructor using
dependency injection.