0

Removed file

This commit is contained in:
Pepich 2017-02-01 16:03:13 +01:00
parent d7ea874421
commit cd36f9501a

View File

@ -1,14 +0,0 @@
package com.redstoner.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/** The auto register annotation, to be put onto Classes that implement listener when you are too lazy to register the events yourself.
*
* @author Pepich */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoRegisterEvents
{}