This will be re-added after the RB.

This commit is contained in:
EvilSeph
2012-01-25 02:08:00 -05:00
parent d5874eae88
commit 6e754de221

View File

@@ -12,11 +12,5 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
public @interface EventHandler {
/**
* This field is now fetched from the event handler method's parameter
* @return
*/
@Deprecated Class<? extends Event> event() default Event.class;
EventPriority priority() default EventPriority.NORMAL;
}