summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/annotations/AutoRegisterListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/redstoner/annotations/AutoRegisterListener.java')
-rw-r--r--src/main/java/com/redstoner/annotations/AutoRegisterListener.java17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/java/com/redstoner/annotations/AutoRegisterListener.java b/src/main/java/com/redstoner/annotations/AutoRegisterListener.java
index fabdb5f..7e36c9e 100644
--- a/src/main/java/com/redstoner/annotations/AutoRegisterListener.java
+++ b/src/main/java/com/redstoner/annotations/AutoRegisterListener.java
@@ -5,11 +5,12 @@ 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)
-@Version(major = 1, minor = 0, revision = 1, compatible = 1)
-public @interface AutoRegisterListener
-{}
+/**
+ * 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)
+@Version (major = 1, minor = 0, revision = 1, compatible = 1)
+public @interface AutoRegisterListener {}